Merge "Turns off use of refactord UserSwitcherController." into tm-qpr-dev
This commit is contained in:
@@ -111,8 +111,8 @@ public class Flags {
|
|||||||
* <p>If this is {@code false}, the interactor and repo skip the controller and directly access
|
* <p>If this is {@code false}, the interactor and repo skip the controller and directly access
|
||||||
* the framework APIs.
|
* the framework APIs.
|
||||||
*/
|
*/
|
||||||
public static final UnreleasedFlag USER_INTERACTOR_AND_REPO_USE_CONTROLLER =
|
public static final ReleasedFlag USER_INTERACTOR_AND_REPO_USE_CONTROLLER =
|
||||||
new UnreleasedFlag(210);
|
new ReleasedFlag(210);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether `UserSwitcherController` should use the user interactor.
|
* 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
|
* <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 ReleasedFlag USER_CONTROLLER_USES_INTERACTOR = new ReleasedFlag(211);
|
public static final UnreleasedFlag USER_CONTROLLER_USES_INTERACTOR = new UnreleasedFlag(211);
|
||||||
|
|
||||||
/***************************************/
|
/***************************************/
|
||||||
// 300 - power menu
|
// 300 - power menu
|
||||||
|
|||||||
Reference in New Issue
Block a user