adding an extra check to avoid showing Apply To All at system theme

This commit is contained in:
tibbi 2022-04-02 08:53:07 +02:00
parent 4c7bf44340
commit efaaa8b3da

View file

@ -198,6 +198,10 @@ class CustomizationActivity : BaseSimpleActivity() {
} }
} }
} }
if (customization_theme.value == getString(R.string.system_default)) {
apply_to_all_holder.beGone()
}
} }
private fun themePickerClicked() { private fun themePickerClicked() {