mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Forwarding touch events from floating header to recyclerview.
Additionally adds little sidepadding to the tabs buttons and fixes yPos calculations for the scrollbar. Bug: 69966700 Change-Id: I9d236ce7a782090f5d17931839f24b65b4ce7019
This commit is contained in:
@@ -261,9 +261,6 @@ public class AllAppsContainerView extends RelativeLayout implements DragSource,
|
||||
if (mLauncher.getDragLayer().isEventOverView(mSearchContainer, ev)) {
|
||||
return true;
|
||||
}
|
||||
if (mUsingTabs && mLauncher.getDragLayer().isEventOverView(mHeader, ev)) {
|
||||
return true;
|
||||
}
|
||||
AllAppsRecyclerView rv = getActiveRecyclerView();
|
||||
return rv == null || rv.shouldContainerScroll(ev, mLauncher.getDragLayer());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user