commit | 7036f095dfc53275d6d3633ed1c90187d5f397f4 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Nov 18 00:29:52 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Nov 18 00:29:52 2021 +0000 |
tree | 76488bae311ae782b01da30ed09a557f627e83e7 | |
parent | 239baf3bf3423d8ff635c938e86689f1c60ed90e [diff] | |
parent | 21ab217bf9c421dce20c1c08c768c4c81e94ad56 [diff] |
Merge "Use TOUCHABLE_INSETS_REGION when IME is visible" into sc-v2-dev am: ec2bd55047 am: 21ab217bf9 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16286558 Change-Id: I58ba37b364d790e5548efac21a23465456e7d950
diff --git a/quickstep/src/com/android/launcher3/taskbar/TaskbarDragLayerController.java b/quickstep/src/com/android/launcher3/taskbar/TaskbarDragLayerController.java index 8c6185c..81039d4 100644 --- a/quickstep/src/com/android/launcher3/taskbar/TaskbarDragLayerController.java +++ b/quickstep/src/com/android/launcher3/taskbar/TaskbarDragLayerController.java
@@ -143,8 +143,7 @@ // Let touches pass through us. insetsInfo.setTouchableInsets(TOUCHABLE_INSETS_REGION); } else if (mControllers.navbarButtonsViewController.isImeVisible()) { - insetsInfo.setTouchableInsets(TOUCHABLE_INSETS_CONTENT); - insetsIsTouchableRegion = false; + insetsInfo.setTouchableInsets(TOUCHABLE_INSETS_REGION); } else if (!mControllers.uiController.isTaskbarTouchable()) { // Let touches pass through us. insetsInfo.setTouchableInsets(TOUCHABLE_INSETS_REGION);