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

Commit f32a6f88 authored by Alejandro Nijamkin's avatar Alejandro Nijamkin
Browse files

KeyguardBottomAreaView: turns on flag for teamfood.

Title says it all.

Bug: 235403546
Test: Made sure that the feature is enabled while the teamfood flag is
enabled and the feature flag itself is disabled using the flag flipping
app

Change-Id: I1bef5c65fc17bff7c80c8997d823d048cb8c4f19
parent 5629159d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -91,7 +91,10 @@ public class Flags {
     * Whether the KeyguardBottomArea(View|Controller) should use the modern architecture or the old
     * 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);

    /***************************************/
    // 300 - power menu