mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-01 06:24:26 +02:00
feat: implement Submit Issue button (#1276)
This commit is contained in:
parent
ee96c37c20
commit
cf71ea26ec
@ -58,7 +58,9 @@ fun AboutSettingsScreen(
|
||||
|
||||
val listItems = listOf(
|
||||
Triple(stringResource(R.string.submit_feedback), stringResource(R.string.submit_feedback_description),
|
||||
third = { /*TODO*/ }),
|
||||
third = {
|
||||
context.openUrl("https://github.com/ReVanced/revanced-manager/issues/new/choose")
|
||||
}),
|
||||
Triple(stringResource(R.string.contributors), stringResource(R.string.contributors_description),
|
||||
third = onContributorsClick),
|
||||
Triple(stringResource(R.string.developer_options), stringResource(R.string.developer_options_description),
|
||||
|
Loading…
x
Reference in New Issue
Block a user