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

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

Change-Id: I1ebd3839d6d7c6879c6e756d254e281d5113cae5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Ale Nijamkin
2022-10-18 16:12:39 +00:00
committed by Automerger Merge Worker

View File

@@ -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