mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "[QL-v3] Add feature flag." into tm-qpr-dev am: 71e2763b6e
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/21049750 Change-Id: I61604fddc71f5aba0f36bb8c0df0774f09dba752 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -305,6 +305,9 @@ public final class FeatureFlags {
|
||||
"FOLDABLE_WORKSPACE_REORDER", true,
|
||||
"In foldables, when reordering the icons and widgets, is now going to use both sides");
|
||||
|
||||
public static final BooleanFlag ENABLE_QUICK_LAUNCH_V3 = new DeviceFlag(
|
||||
"ENABLE_QUICK_LAUNCH_V3", false, "Quick Launch V3");
|
||||
|
||||
public static final BooleanFlag ENABLE_WIDGET_PICKER_DEPTH = new DeviceFlag(
|
||||
"ENABLE_WIDGET_PICKER_DEPTH", true, "Enable changing depth in widget picker.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user