From 312a44adba55dc9c9097aad77096e39577a0149a Mon Sep 17 00:00:00 2001 From: Arthur Hung Date: Thu, 5 Aug 2021 08:31:36 +0000 Subject: [PATCH] Revert "Enable input window rotation flag" This reverts commit ee75a0f8be382215ec78baeb611b67263fbb197f. 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 --- .../src/com/android/quickstep/TouchInteractionService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstep/src/com/android/quickstep/TouchInteractionService.java b/quickstep/src/com/android/quickstep/TouchInteractionService.java index 69217c23f1..e55f1d16ec 100644 --- a/quickstep/src/com/android/quickstep/TouchInteractionService.java +++ b/quickstep/src/com/android/quickstep/TouchInteractionService.java @@ -144,7 +144,7 @@ public class TouchInteractionService extends Service implements PluginListener