mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Merge "Dismiss task menu when swiping to home" into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
445e4b4b9b
@@ -170,6 +170,8 @@ public class NavBarToHomeTouchController implements TouchController,
|
||||
if (ENABLE_QUICKSTEP_LIVE_TILE.get()) {
|
||||
builder.addOnFrameCallback(recentsView::redrawLiveTile);
|
||||
}
|
||||
|
||||
AbstractFloatingView.closeOpenContainer(mLauncher, AbstractFloatingView.TYPE_TASK_MENU);
|
||||
} else if (mStartState == ALL_APPS) {
|
||||
AllAppsTransitionController allAppsController = mLauncher.getAllAppsController();
|
||||
builder.setFloat(allAppsController, ALL_APPS_PROGRESS,
|
||||
|
||||
Reference in New Issue
Block a user