mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
fix: apply theme to privacy policy button
This commit is contained in:
parent
b5aee67ec3
commit
765a34dc61
2 changed files with 3 additions and 1 deletions
|
@ -56,8 +56,9 @@ class SettingsFragmentActions : Fragment(), UIObject {
|
||||||
val rateIntent = Intent(
|
val rateIntent = Intent(
|
||||||
Intent.ACTION_VIEW,
|
Intent.ACTION_VIEW,
|
||||||
Uri.parse("https://play.google.com/store/apps/"))
|
Uri.parse("https://play.google.com/store/apps/"))
|
||||||
startActivity(rateIntent)
|
|
||||||
intendedSettingsPause = true
|
intendedSettingsPause = true
|
||||||
|
startActivity(rateIntent)
|
||||||
} catch (e: ActivityNotFoundException) {
|
} catch (e: ActivityNotFoundException) {
|
||||||
Toast.makeText(this.context, getString(R.string.settings_apps_toast_store_not_found), Toast.LENGTH_SHORT)
|
Toast.makeText(this.context, getString(R.string.settings_apps_toast_store_not_found), Toast.LENGTH_SHORT)
|
||||||
.show()
|
.show()
|
||||||
|
|
|
@ -63,6 +63,7 @@ class SettingsFragmentMeta : Fragment(), UIObject {
|
||||||
setButtonColor(settings_meta_button_report_bug, vibrantColor)
|
setButtonColor(settings_meta_button_report_bug, vibrantColor)
|
||||||
setButtonColor(settings_meta_button_contact, vibrantColor)
|
setButtonColor(settings_meta_button_contact, vibrantColor)
|
||||||
setButtonColor(settings_meta_button_fork_contact, vibrantColor)
|
setButtonColor(settings_meta_button_fork_contact, vibrantColor)
|
||||||
|
setButtonColor(settings_meta_button_privacy, vibrantColor)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun setOnClicks() {
|
override fun setOnClicks() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue