Merge "Revert^2 "Enable input window rotation flag"" into sc-v2-dev am: 9b2ec7d2d2
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15624998 Change-Id: I7671e41196a6e9fe65288966d9ce55b4a38dba22
This commit is contained in:
committed by
Automerger Merge Worker
commit
5280266d9b
@@ -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", false);
|
||||
SystemProperties.getBoolean("persist.debug.per_window_input_rotation", true);
|
||||
|
||||
private int mBackGestureNotificationCounter = -1;
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user