Skip to content

Commit

Permalink
Update Settings Page links
Browse files Browse the repository at this point in the history
  • Loading branch information
mr3y-the-programmer committed Feb 5, 2024
1 parent 100ca57 commit fc439d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ fun SettingsScreen(
onNavigateUp = onNavigateUp,
onLicensesClick = onLicensesClick,
onFeedbackClick = {
urlHandler.openUri("https://github.com/mr3y-the-programmer/Podcaster/issues/new")
urlHandler.openUri("https://github.com/mr3y-the-programmer/Podcaster/issues/new?template=bug_report.md")
},
onPrivacyPolicyClick = {
urlHandler.openUri("")
urlHandler.openUri("https://mr3y-the-programmer.github.io/Podcaster/docs/PrivacyPolicy")
},
externalContentPadding = externalContentPadding,
excludedWindowInsets = excludedWindowInsets,
Expand Down

0 comments on commit fc439d6

Please sign in to comment.