fix: apply theme to privacy policy button

This commit is contained in:
Josia Pietsch 2024-07-20 00:43:38 +02:00
parent b5aee67ec3
commit 765a34dc61
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 3 additions and 1 deletions

View file

@ -56,8 +56,9 @@ class SettingsFragmentActions : Fragment(), UIObject {
val rateIntent = Intent(
Intent.ACTION_VIEW,
Uri.parse("https://play.google.com/store/apps/"))
startActivity(rateIntent)
intendedSettingsPause = true
startActivity(rateIntent)
} catch (e: ActivityNotFoundException) {
Toast.makeText(this.context, getString(R.string.settings_apps_toast_store_not_found), Toast.LENGTH_SHORT)
.show()

View file

@ -63,6 +63,7 @@ class SettingsFragmentMeta : Fragment(), UIObject {
setButtonColor(settings_meta_button_report_bug, vibrantColor)
setButtonColor(settings_meta_button_contact, vibrantColor)
setButtonColor(settings_meta_button_fork_contact, vibrantColor)
setButtonColor(settings_meta_button_privacy, vibrantColor)
}
override fun setOnClicks() {