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

Commit 3a7e71b3 authored by Brian Isganitis's avatar Brian Isganitis
Browse files

Enable all apps in taskbar flag.

Test: Manual
Bug: 204696617
Change-Id: Ia44d0c2de20db13a4cc15f269a8670bd480ba802
parent 458e842b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ public final class FeatureFlags {
            "Enables scaling/spacing for icon labels to make more characters visible");

    public static final BooleanFlag ENABLE_ALL_APPS_IN_TASKBAR = getDebugFlag(
            "ENABLE_ALL_APPS_IN_TASKBAR", false,
            "ENABLE_ALL_APPS_IN_TASKBAR", true,
            "Enables accessing All Apps from the system Taskbar.");

    public static void initialize(Context context) {