Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 312a44ad authored by Arthur Hung's avatar Arthur Hung Committed by Prabir Pradhan
Browse files

Revert "Enable input window rotation flag"

This reverts commit ee75a0f8.

Reason for revert: This is causing touches on foldable/large screen devices to be registered in the incorrect orientation. b/195617582

Bug: 195617582
Change-Id: I221b5510f1acc56f855d5fc770bc09eab86a4f29
parent ee75a0f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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