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

Commit c4f581f1 authored by Alejandro Nijamkin's avatar Alejandro Nijamkin
Browse files

Defines flag for refactoring UserSwitcherActivity.

Fix: 243843918
Test: N/A
Change-Id: I55bdf5b07e8b9feb3ba8921e891152bd53e364e9
parent cd2880e4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -103,6 +103,10 @@ public class Flags {
     */
    public static final ReleasedFlag MODERN_BOUNCER = new ReleasedFlag(208);

    /** Whether UserSwitcherActivity should use modern architecture. */
    public static final UnreleasedFlag MODERN_USER_SWITCHER_ACTIVITY =
            new UnreleasedFlag(209, true);

    /***************************************/
    // 300 - power menu
    public static final ReleasedFlag POWER_MENU_LITE =