Merge "Use ACTION_UP instead of ACTION_DOWN in handler" into tm-dev am: 8b1283e1bb
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17037063 Change-Id: I7934f054adccb108c51e35d1332b5cbd1a435693
This commit is contained in:
@@ -1505,7 +1505,7 @@ public class CentralSurfaces extends CoreStartable implements
|
||||
return (v, event) -> {
|
||||
mAutoHideController.checkUserAutoHide(event);
|
||||
mRemoteInputManager.checkRemoteInputOutside(event);
|
||||
if (event.getAction() == MotionEvent.ACTION_DOWN) {
|
||||
if (event.getAction() == MotionEvent.ACTION_UP) {
|
||||
if (mExpandedVisible) {
|
||||
mShadeController.animateCollapsePanels();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user