mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Do a full touch dispach when proxying touch
> Workspace can no longer be scrolled when swipin on hotseat Bug: 130027168 Change-Id: Ie4621e5b7de8d7248227b25fb065249d0c252090
This commit is contained in:
@@ -475,13 +475,6 @@ public class Workspace extends PagedView<WorkspacePageIndicator>
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user