Merge "Enable transient taskbar flag on by default." into tm-qpr-dev

This commit is contained in:
Jon Miranda
2022-12-10 02:03:04 +00:00
committed by Android (Google) Code Review

View File

@@ -335,7 +335,7 @@ public final class FeatureFlags {
+ " nav mode and when transient taskbar is enabled.");
public static final BooleanFlag ENABLE_TRANSIENT_TASKBAR = getDebugFlag(
"ENABLE_TRANSIENT_TASKBAR", false, "Enables transient taskbar.");
"ENABLE_TRANSIENT_TASKBAR", true, "Enables transient taskbar.");
public static final BooleanFlag SECONDARY_DRAG_N_DROP_TO_PIN = getDebugFlag(
"SECONDARY_DRAG_N_DROP_TO_PIN", false,