Merge "Revert^3 "Enable input window rotation flag"" into sc-v2-dev am: 50c19490df

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15694002

Change-Id: Ied86f0f49ea9abd60f27b433fdabee2cec9e7932
This commit is contained in:
TreeHugger Robot
2021-08-27 20:59:35 +00:00
committed by Automerger Merge Worker
@@ -146,7 +146,7 @@ public class TouchInteractionService extends Service implements PluginListener<O
private static final int SYSTEM_ACTION_ID_ALL_APPS = 14;
public static final boolean ENABLE_PER_WINDOW_INPUT_ROTATION =
SystemProperties.getBoolean("persist.debug.per_window_input_rotation", true);
SystemProperties.getBoolean("persist.debug.per_window_input_rotation", false);
private int mBackGestureNotificationCounter = -1;
@Nullable