do not show the Custom toast at switching to Auto
This commit is contained in:
parent
1bf231ddc2
commit
839850202d
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ class CustomizationActivity : BaseSimpleActivity() {
|
|||
}
|
||||
|
||||
updateColorTheme(it as Int, true)
|
||||
if (it != THEME_CUSTOM && it != THEME_SHARED && !baseConfig.wasCustomThemeSwitchDescriptionShown) {
|
||||
if (it != THEME_CUSTOM && it != THEME_SHARED && it != THEME_AUTO && !baseConfig.wasCustomThemeSwitchDescriptionShown) {
|
||||
baseConfig.wasCustomThemeSwitchDescriptionShown = true
|
||||
toast(R.string.changing_color_description)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue