mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
fix appdrawer bg color updates during state changes
This commit is contained in:
@@ -145,7 +145,7 @@ class PreferenceManager2 private constructor(private val context: Context) :
|
||||
key = stringPreferencesKey(name = "app_drawer_bg_color"),
|
||||
parse = ColorOption::fromString,
|
||||
save = ColorOption::toString,
|
||||
onSet = { reloadHelper.reloadGrid() },
|
||||
onSet = { reloadHelper.recreate() },
|
||||
defaultValue = ColorOption.fromString(context.getString(R.string.config_default_app_drawer_bg_color)),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user