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

This commit is contained in:
TreeHugger Robot
2022-08-04 10:51:53 +00:00
committed by Android (Google) Code Review

View File

@@ -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 ==========================