Merge "Turns on refactored UserSwitcherController." into tm-qpr-dev am: 67e174c81d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20168257 Change-Id: I65424455706fbd42917610d3aed303d5664b27ee Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -116,7 +116,7 @@ public class Flags {
|
|||||||
* the framework APIs.
|
* the framework APIs.
|
||||||
*/
|
*/
|
||||||
public static final UnreleasedFlag USER_INTERACTOR_AND_REPO_USE_CONTROLLER =
|
public static final UnreleasedFlag USER_INTERACTOR_AND_REPO_USE_CONTROLLER =
|
||||||
new UnreleasedFlag(210, true);
|
new UnreleasedFlag(210);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether `UserSwitcherController` should use the user interactor.
|
* Whether `UserSwitcherController` should use the user interactor.
|
||||||
@@ -127,8 +127,7 @@ public class Flags {
|
|||||||
* <p>Note: do not set this to true if {@link #USER_INTERACTOR_AND_REPO_USE_CONTROLLER} is
|
* <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.
|
* {@code true} as it would created a cycle between controller -> interactor -> controller.
|
||||||
*/
|
*/
|
||||||
public static final UnreleasedFlag USER_CONTROLLER_USES_INTERACTOR =
|
public static final ReleasedFlag USER_CONTROLLER_USES_INTERACTOR = new ReleasedFlag(211);
|
||||||
new UnreleasedFlag(211, false);
|
|
||||||
|
|
||||||
/***************************************/
|
/***************************************/
|
||||||
// 300 - power menu
|
// 300 - power menu
|
||||||
|
|||||||
Reference in New Issue
Block a user