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

Commit 59c52361 authored by Selim Cinek's avatar Selim Cinek Committed by Automerger Merge Worker
Browse files

Merge "Turn off Back affordance flag" into tm-qpr-dev am: 435bae41 am: 52d8557c

parents ed7c93e3 52d8557c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -207,7 +207,8 @@ public class Flags {
    public static final SysPropBooleanFlag WM_ALWAYS_ENFORCE_PREDICTIVE_BACK =
            new SysPropBooleanFlag(1202, "persist.wm.debug.predictive_back_always_enforce", false);

    public static final BooleanFlag NEW_BACK_AFFORDANCE = new BooleanFlag(1203, true);
    public static final BooleanFlag NEW_BACK_AFFORDANCE =
            new BooleanFlag(1203, false /* default */, true /* teamfood */);

    // Pay no attention to the reflection behind the curtain.
    // ========================== Curtain ==========================