mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Merge "Revert^3 "Enable input window rotation flag"" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
50c19490df
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user