mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Reapply "Have backup TouchController of Taskbar All Apps AFV."
This reverts commit 73c695f04e2aff3ef90f89668ee563bcf1fc3a29. Change-Id: I21f560be9d340d1c343467c1704063ce85f63056 Fix: 299165179 Test: Manual + TaplTestsTaskbarSearch Flag: ENABLE_ALL_APPS_SEARCH_IN_TASKBAR
This commit is contained in:
@@ -220,7 +220,9 @@ public class TaskbarAllAppsSlideInView extends AbstractSlideInView<TaskbarOverla
|
||||
@Override
|
||||
public boolean onControllerInterceptTouchEvent(MotionEvent ev) {
|
||||
if (ev.getAction() == MotionEvent.ACTION_DOWN) {
|
||||
mNoIntercept = !mAppsView.shouldContainerScroll(ev);
|
||||
mNoIntercept = !mAppsView.shouldContainerScroll(ev)
|
||||
|| getTopOpenViewWithType(
|
||||
mActivityContext, TYPE_ACCESSIBLE & ~TYPE_TASKBAR_ALL_APPS) != null;
|
||||
}
|
||||
return super.onControllerInterceptTouchEvent(ev);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user