mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Extend all apps pull up activation area to page indicator view
b/29752599 Change-Id: I3ee5efefa98defbc8f386895753946efe79708b4 Background: page indicator's background is where the caret symbol is.
This commit is contained in:
@@ -137,7 +137,9 @@ public class AllAppsTransitionController implements TouchController, VerticalPul
|
||||
return true;
|
||||
}
|
||||
} else {
|
||||
if (mLauncher.getDragLayer().isEventOverHotseat(ev) && !grid.isVerticalBarLayout()) {
|
||||
if ((mLauncher.getDragLayer().isEventOverHotseat(ev)
|
||||
|| mLauncher.getDragLayer().isEventOverPageIndicator(ev))
|
||||
&& !grid.isVerticalBarLayout()) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user