adding an extra check to avoid showing Apply To All at system theme
This commit is contained in:
parent
4c7bf44340
commit
efaaa8b3da
1 changed files with 4 additions and 0 deletions
|
@ -198,6 +198,10 @@ class CustomizationActivity : BaseSimpleActivity() {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (customization_theme.value == getString(R.string.system_default)) {
|
||||
apply_to_all_holder.beGone()
|
||||
}
|
||||
}
|
||||
|
||||
private fun themePickerClicked() {
|
||||
|
|
Loading…
Reference in a new issue