Merge "Enables flag for modern architecture in KBAV." into tm-qpr-dev

This commit is contained in:
Alejandro Nijamkin
2022-08-18 13:10:35 +00:00
committed by Android (Google) Code Review

View File

@@ -92,7 +92,7 @@ public class Flags {
* Whether the KeyguardBottomArea(View|Controller) should use the modern architecture or the old
* one.
*/
public static final UnreleasedFlag MODERN_BOTTOM_AREA = new UnreleasedFlag(206, true);
public static final ReleasedFlag MODERN_BOTTOM_AREA = new ReleasedFlag(206, true);
public static final UnreleasedFlag LOCKSCREEN_CUSTOM_CLOCKS = new UnreleasedFlag(207);