From d158097cfdcda346080071d33d2e565e18c74a5f Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Tue, 9 Apr 2019 11:52:49 -0700 Subject: Do a full touch dispach when proxying touch > Workspace can no longer be scrolled when swipin on hotseat Bug: 130027168 Change-Id: Ie4621e5b7de8d7248227b25fb065249d0c252090 --- src/com/android/launcher3/Workspace.java | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/com/android/launcher3/Workspace.java') diff --git a/src/com/android/launcher3/Workspace.java b/src/com/android/launcher3/Workspace.java index d24a5a619..2ee537cfc 100644 --- a/src/com/android/launcher3/Workspace.java +++ b/src/com/android/launcher3/Workspace.java @@ -475,13 +475,6 @@ public class Workspace extends PagedView super.onViewAdded(child); } - protected boolean onInterceptHotseatTouch(View v, MotionEvent ev) { - // We don't want any clicks to go through to the hotseat unless the workspace is in - // the normal state or an accessible drag is in progress. - return !workspaceIconsCanBeDragged() - && !mLauncher.getAccessibilityDelegate().isInAccessibleDrag(); - } - /** * Initializes and binds the first page * @param qsb an existing qsb to recycle or null. -- cgit v1.2.3