mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Add a flag to turn on theme picker in wallpaper picker
Bug: 122524192 Change-Id: I79bd8bde359a56185c1dd0c10964695263d0f6d5
This commit is contained in:
@@ -92,6 +92,10 @@ abstract class BaseFlags {
|
||||
= new ToggleableGlobalSettingsFlag("QUICK_SWITCH", false,
|
||||
"Swiping right on the nav bar while in an app switches to the previous app");
|
||||
|
||||
public static final ToggleableGlobalSettingsFlag STYLE_WALLPAPER
|
||||
= new ToggleableGlobalSettingsFlag("STYLE_WALLPAPER", false,
|
||||
"Direct users to the new ThemePicker based WallpaperPicker");
|
||||
|
||||
/**
|
||||
* Feature flag to handle define config changes dynamically instead of killing the process.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user