mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-23 19:55:11 +00:00
fixed accent switch
This commit is contained in:
parent
aeda3861ef
commit
7d8e6c0939
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class SettingsFragment : PreferenceFragmentCompat() {
|
|||
true
|
||||
}
|
||||
|
||||
val accentSwitch: ListPreference? = findPreference("accent_color")
|
||||
val accentSwitch: ListPreference? = findPreference("accent_mode")
|
||||
accentSwitch?.setOnPreferenceChangeListener { _, _ ->
|
||||
when (accentSwitch.value) {
|
||||
"Blue" -> {
|
||||
|
|
Loading…
Reference in a new issue