mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Merge changes I35fe528b,Ia612c1b5 into udc-dev
* changes: Don't close AFVs when opening Taskbar folder. Keep persistent Taskbar visible over Taskbar All Apps.
This commit is contained in:
committed by
Android (Google) Code Review
commit
0b53332c31
@@ -639,7 +639,7 @@ public class TaskbarViewController implements TaskbarControllers.LoggableTaskbar
|
||||
public View.OnClickListener getAllAppsButtonClickListener() {
|
||||
return v -> {
|
||||
mActivity.getStatsLogManager().logger().log(LAUNCHER_TASKBAR_ALLAPPS_BUTTON_TAP);
|
||||
mControllers.taskbarAllAppsController.show();
|
||||
mControllers.taskbarAllAppsController.toggle();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user