mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Merge "Adding the flag for putting widget host in the background" into tm-qpr-dev
This commit is contained in:
@@ -262,6 +262,10 @@ public final class FeatureFlags {
|
||||
"ENABLE_NEW_MIGRATION_LOGIC", true,
|
||||
"Enable the new grid migration logic, keeping pages when src < dest");
|
||||
|
||||
public static final BooleanFlag ENABLE_WIDGET_HOST_IN_BACKGROUND = getDebugFlag(
|
||||
"ENABLE_WIDGET_HOST_IN_BACKGROUND", false,
|
||||
"Enable background widget updates listening for widget holder");
|
||||
|
||||
public static final BooleanFlag ENABLE_ONE_SEARCH_MOTION = new DeviceFlag(
|
||||
"ENABLE_ONE_SEARCH_MOTION", true, "Enables animations in OneSearch.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user