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

Commit e779a8c7 authored by Federico Baron's avatar Federico Baron Committed by Android (Google) Code Review
Browse files

Merge "Add flag for 'Improve widget picker UX on large display form factor'" into tm-qpr-dev

parents 168c204f c0dc93d3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -323,6 +323,10 @@ public final class FeatureFlags {
    public static final BooleanFlag SHOW_DOT_PAGINATION = getDebugFlag(
            "SHOW_DOT_PAGINATION", false, "Enable showing dot pagination in workspace");

    public static final BooleanFlag LARGE_SCREEN_WIDGET_PICKER = getDebugFlag(
            "LARGE_SCREEN_WIDGET_PICKER", false, "Enable new widget picker that takes "
                    + "advantage of large screen format");

    public static final BooleanFlag ENABLE_TOAST_IMPRESSION_LOGGING = getDebugFlag(
            "ENABLE_TOAST_IMPRESSION_LOGGING", false, "Enable toast impression logging");