mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "Adding a debug feature flag for taskbar pinning." into tm-qpr-dev am: b207102b98
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/20956813 Change-Id: Id079dd46f57a13e7645bbf0d3240874c6cddbd26 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -385,6 +385,11 @@ public final class FeatureFlags {
|
||||
"ENABLE_MULTI_INSTANCE", false,
|
||||
"Enables creation and filtering of multiple task instances in overview");
|
||||
|
||||
public static final BooleanFlag ENABLE_TASKBAR_PINNING = getDebugFlag(
|
||||
"ENABLE_TASKBAR_PINNING", false,
|
||||
"Enables taskbar pinning to allow user to switch between transient and persistent "
|
||||
+ "taskbar flavors");
|
||||
|
||||
public static void initialize(Context context) {
|
||||
synchronized (sDebugFlags) {
|
||||
for (DebugFlag flag : sDebugFlags) {
|
||||
|
||||
Reference in New Issue
Block a user