Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57776c7c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "KeyguardBottomAreaView: turns on flag for teamfood." into tm-qpr-dev am: 0010c812

parents 52776656 0010c812
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -92,7 +92,10 @@ public class Flags {
     * Whether the KeyguardBottomArea(View|Controller) should use the modern architecture or the old
     * Whether the KeyguardBottomArea(View|Controller) should use the modern architecture or the old
     * one.
     * one.
     */
     */
    public static final BooleanFlag MODERN_BOTTOM_AREA = new BooleanFlag(206, false);
    public static final BooleanFlag MODERN_BOTTOM_AREA = new BooleanFlag(
            206,
            /* default= */ false,
            /* teamfood= */ true);


    public static final BooleanFlag LOCKSCREEN_CUSTOM_CLOCKS = new BooleanFlag(207, false);
    public static final BooleanFlag LOCKSCREEN_CUSTOM_CLOCKS = new BooleanFlag(207, false);