Skip to content

Commit

Permalink
feat: implement Submit Issue button (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Sep 21, 2023
1 parent ee96c37 commit cf71ea2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit cf71ea2

Please sign in to comment.