mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Pull down should work on search box, even if all apps scroll is not at top.
b/30295305 Change-Id: I38bbe47d6e33929c550930c9f157c58fbea203ef
This commit is contained in:
@@ -111,7 +111,7 @@ public class AllAppsTransitionController implements TouchController, VerticalPul
|
||||
if (mLauncher.getWorkspace().isInOverviewMode() || mLauncher.isWidgetsViewVisible()) {
|
||||
mNoIntercept = true;
|
||||
} else if (mLauncher.isAllAppsVisible() &&
|
||||
!mAppsView.shouldContainerScroll(ev.getX(), ev.getY())) {
|
||||
!mAppsView.shouldContainerScroll(ev)) {
|
||||
mNoIntercept = true;
|
||||
} else if (!mLauncher.isAllAppsVisible() && !shouldPossiblyIntercept(ev)) {
|
||||
mNoIntercept = true;
|
||||
|
||||
Reference in New Issue
Block a user