mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Merge "Don't let AllAppsTransitionController intercept when a floating view is open." into ub-launcher3-master
This commit is contained in:
@@ -208,11 +208,6 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc
|
||||
return false;
|
||||
}
|
||||
|
||||
// IF a shortcuts container is open, container should not be pulled down.
|
||||
if (DeepShortcutsContainer.getOpen(mLauncher) != null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// IF scroller is at the very top OR there is no scroll bar because there is probably not
|
||||
// enough items to scroll, THEN it's okay for the container to be pulled down.
|
||||
if (mAppsRecyclerView.getScrollBar().getThumbOffsetY() <= 0) {
|
||||
|
||||
Reference in New Issue
Block a user