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

Commit 4f5d526a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Turn off the new back arrow in Teamfood." into tm-qpr-dev am: 4099b89e

parents 65bc4a4c 4099b89e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ public class Flags {
            new SysPropBooleanFlag(1202, "persist.wm.debug.predictive_back_always_enforce", false);

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

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