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

Commit ead0e725 authored by Mario Bertschler's avatar Mario Bertschler Committed by Android (Google) Code Review
Browse files

Merge "Turn on feature flags to eanble all apps personal/work tabs." into ub-launcher3-master

parents ab3d4a4c 6dcc6d42
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;
}