Merge "Enables full-screen user switcher refactor flag." into tm-qpr-dev

This commit is contained in:
Ale Nijamkin
2022-09-27 20:02:21 +00:00
committed by Android (Google) Code Review

View File

@@ -101,8 +101,8 @@ public class Flags {
public static final UnreleasedFlag MODERN_BOUNCER = new UnreleasedFlag(208);
/** Whether UserSwitcherActivity should use modern architecture. */
public static final UnreleasedFlag MODERN_USER_SWITCHER_ACTIVITY =
new UnreleasedFlag(209, true);
public static final ReleasedFlag MODERN_USER_SWITCHER_ACTIVITY =
new ReleasedFlag(209, true);
/** Whether the new implementation of UserSwitcherController should be used. */
public static final UnreleasedFlag REFACTORED_USER_SWITCHER_CONTROLLER =