Merge "Revert "Enable input window rotation flag"" into sc-v2-dev am: be8d4adf00

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

Change-Id: I4548432b027e4729d02f8b1bbdac9ce585aa6298
This commit is contained in:
Prabir Pradhan
2021-08-05 13:23:44 +00:00
committed by Automerger Merge Worker
@@ -144,7 +144,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