diff --git a/app/src/main/kotlin/com/mr3y/podcaster/ui/screens/SettingsScreen.kt b/app/src/main/kotlin/com/mr3y/podcaster/ui/screens/SettingsScreen.kt index b52a7835..f421aa57 100644 --- a/app/src/main/kotlin/com/mr3y/podcaster/ui/screens/SettingsScreen.kt +++ b/app/src/main/kotlin/com/mr3y/podcaster/ui/screens/SettingsScreen.kt @@ -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,