mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Don't allow swipe up for all apps above shelf
It's confusing that swiping up and holding on the shelf brings up overview, but swiping up and holding slightly above the shelf doesn't. The reason is that a different controller that just went straight to all apps was used in the second case; removing that reduces confusion. Change-Id: Idceed909cd51f27e1d6ffc97d874e5f664d1fc1d
This commit is contained in:
@@ -62,7 +62,6 @@ public abstract class RecentsUiFactory {
|
||||
|
||||
if (swipeUpToHome) {
|
||||
list.add(new FlingAndHoldTouchController(launcher));
|
||||
list.add(new OverviewToAllAppsTouchController(launcher));
|
||||
} else {
|
||||
if (launcher.getDeviceProfile().isVerticalBarLayout()) {
|
||||
list.add(new OverviewToAllAppsTouchController(launcher));
|
||||
|
||||
Reference in New Issue
Block a user