Merge "Enable input window rotation flag" into sc-v2-dev am: d573948424 am: f889109cdf

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

Change-Id: I697fff1ec3f6b6b3e2f1a7f171cf235a6d9dd161
This commit is contained in:
Prabir Pradhan
2021-08-04 14:18:58 +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", false);
SystemProperties.getBoolean("persist.debug.per_window_input_rotation", true);
private int mBackGestureNotificationCounter = -1;
@Nullable