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

Commit 1049f3fb authored by Alejandro Nijamkin's avatar Alejandro Nijamkin
Browse files

Turns on refactored UserSwitcherController.

Bug: 253435919
Test: Manually verified that the user switcher works.
Change-Id: I0cf5f6d66097ccc075036351d2b367b148eb4e91
parent 123d7cb6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -111,8 +111,8 @@ public class Flags {
     * <p>If this is {@code false}, the interactor and repo skip the controller and directly access
     * the framework APIs.
     */
    public static final ReleasedFlag USER_INTERACTOR_AND_REPO_USE_CONTROLLER =
            new ReleasedFlag(210);
    public static final UnreleasedFlag USER_INTERACTOR_AND_REPO_USE_CONTROLLER =
            new UnreleasedFlag(210);

    /**
     * Whether `UserSwitcherController` should use the user interactor.
@@ -123,7 +123,7 @@ public class Flags {
     * <p>Note: do not set this to true if {@link #USER_INTERACTOR_AND_REPO_USE_CONTROLLER} is
     * {@code true} as it would created a cycle between controller -> interactor -> controller.
     */
    public static final UnreleasedFlag USER_CONTROLLER_USES_INTERACTOR = new UnreleasedFlag(211);
    public static final ReleasedFlag USER_CONTROLLER_USES_INTERACTOR = new ReleasedFlag(211);

    /***************************************/
    // 300 - power menu