From 4fbd2f225228d6662c345f607fcd8b71c6a34f52 Mon Sep 17 00:00:00 2001 From: Prabir Pradhan Date: Thu, 19 Aug 2021 13:19:19 +0000 Subject: [PATCH] Revert^2 "Enable input window rotation flag" Reland the per-window-input-rotation flag. It was reverted because it broke touch on foldables. The issue is now fix, so attempt to reland this. 312a44adba55dc9c9097aad77096e39577a0149a Bug: 179274888 Test: presubmit Test: manual using foldable Change-Id: Icb18baf81875e32535e277f9c4246be669013a03 --- .../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 e55f1d16ec..69217c23f1 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