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

Commit 6dcc6d42 authored by Mario Bertschler's avatar Mario Bertschler
Browse files

Turn on feature flags to eanble all apps personal/work tabs.

Bug: 69966601
Change-Id: I642db678dc711cb4dc5a1eceea7e38eaa71ca189
parent 4d9d4542
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ abstract class BaseFlags {
    public static final boolean GO_DISABLE_WIDGETS = false;

    // When enabled shows a work profile tab in all apps
    public static final boolean ALL_APPS_TABS_ENABLED = false;
    public static final boolean ALL_APPS_TABS_ENABLED = true;
    // When enabled prediction row is rendered as it's own custom view
    public static final boolean ALL_APPS_PREDICTION_ROW_VIEW = false;
    public static final boolean ALL_APPS_PREDICTION_ROW_VIEW = true;
}