Update F-Droid link in settings
This commit is contained in:
parent
24697c1048
commit
d9aa69fb43
@ -101,11 +101,11 @@ fun AboutSettingsScreen() {
|
|||||||
Preference(
|
Preference(
|
||||||
icon = Icons.Rounded.Fdroid,
|
icon = Icons.Rounded.Fdroid,
|
||||||
title = stringResource(id = R.string.preference_about_fdroid),
|
title = stringResource(id = R.string.preference_about_fdroid),
|
||||||
summary = "github.com/MM2-0/fdroid",
|
summary = "fdroid.mm20.de",
|
||||||
onClick = {
|
onClick = {
|
||||||
context.startActivity(Intent(Intent.ACTION_VIEW).apply {
|
context.startActivity(Intent(Intent.ACTION_VIEW).apply {
|
||||||
data =
|
data =
|
||||||
Uri.parse("https://raw.githubusercontent.com/MM2-0/fdroid/master/fdroid/repo")
|
Uri.parse("https://fdroid.mm20.de")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user