Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efd41a71 authored by Jon Miranda's avatar Jon Miranda
Browse files

Add ENABLE_TRANSIENT_TASKBAR feature flag.

Bug: 252905206
Test: N/A
Change-Id: I7995e4fc0a181aee6932e0bee041b74a4241053e
parent 4a0dd446
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -297,6 +297,9 @@ public final class FeatureFlags {
            "SHOW_HOME_GARDENING", false,
            "Show the new home gardening mode");

    public static final BooleanFlag ENABLE_TRANSIENT_TASKBAR = getDebugFlag(
            "ENABLE_TRANSIENT_TASKBAR", false, "Enables transient taskbar.");

    public static void initialize(Context context) {
        synchronized (sDebugFlags) {
            for (DebugFlag flag : sDebugFlags) {