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

Commit aa41e5a1 authored by Ale Nijamkin's avatar Ale Nijamkin Committed by Automerger Merge Worker
Browse files

Merge "Turns off use of refactord UserSwitcherController." into tm-qpr-dev am:...

Merge "Turns off use of refactord UserSwitcherController." into tm-qpr-dev am: ab9487cc am: b049928f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20213240



Change-Id: I0b01167830ddd3c7067f908cae5726ead03c97f8
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 76707a97 b049928f
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 UnreleasedFlag USER_INTERACTOR_AND_REPO_USE_CONTROLLER =
            new UnreleasedFlag(210);
    public static final ReleasedFlag USER_INTERACTOR_AND_REPO_USE_CONTROLLER =
            new ReleasedFlag(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 ReleasedFlag USER_CONTROLLER_USES_INTERACTOR = new ReleasedFlag(211);
    public static final UnreleasedFlag USER_CONTROLLER_USES_INTERACTOR = new UnreleasedFlag(211);

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