mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Update taskbar to add extra hotseat items instead of recent apps
Removes recents-related code including the divider between it and hotseat. Test: manually on device Fixes: 184366189 Bug: 184789479 Bug: 171917176 Change-Id: I7776c98659ded70f53a49befddcd23c8353c6440
This commit is contained in:
@@ -108,6 +108,7 @@ public abstract class BaseQuickstepLauncher extends Launcher
|
||||
SysUINavigationMode.INSTANCE.get(this).removeModeChangeListener(this);
|
||||
if (mTaskbarController != null) {
|
||||
mTaskbarController.cleanup();
|
||||
mTaskbarController = null;
|
||||
}
|
||||
|
||||
super.onDestroy();
|
||||
|
||||
Reference in New Issue
Block a user