mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:38:21 +00:00
Merge "Adding feature flag for simulating two CellLayouts using one." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
be968ab8e2
@@ -330,6 +330,10 @@ public final class FeatureFlags {
|
||||
"FORCE_PERSISTENT_TASKBAR", false, "Forces taskbar to be persistent, even in gesture"
|
||||
+ " nav mode and when transient taskbar is enabled.");
|
||||
|
||||
public static final BooleanFlag FOLDABLE_SINGLE_PAGE = getDebugFlag(
|
||||
"FOLDABLE_SINGLE_PAGE", false,
|
||||
"Use a single page for the workspace");
|
||||
|
||||
public static final BooleanFlag ENABLE_TRANSIENT_TASKBAR = getDebugFlag(
|
||||
"ENABLE_TRANSIENT_TASKBAR", true, "Enables transient taskbar.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user