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

Commit e03af75d authored by fbaron's avatar fbaron
Browse files

Remove unused flag UNFOLDED_WIDGET_PICKER

this flag was made long before we actually implemented unfolded two pane picker and by that point we migrated to using aconfig so this flag is not used.

Bug: 301918659
Flag: NONE
Test: NONE
Change-Id: Ibc541826d85ae251337567ae0275e1cd02c7bb43
parent 3e3ee0b1
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -169,10 +169,6 @@ public final class FeatureFlags {
    // TODO(Block 8): Clean up flags

    // TODO(Block 9): Clean up flags
    public static final BooleanFlag UNFOLDED_WIDGET_PICKER = getDebugFlag(301918659,
            "UNFOLDED_WIDGET_PICKER", DISABLED, "Enable new widget picker that takes "
                    + "advantage of the unfolded foldable format");

    public static final BooleanFlag MULTI_SELECT_EDIT_MODE = getDebugFlag(270709220,
            "MULTI_SELECT_EDIT_MODE", DISABLED, "Enable new multi-select edit mode "
                    + "for home screen");