Merge changes from topic "taskbar-hotseat" into sc-dev

* changes:
  Update taskbar to add extra hotseat items instead of recent apps
  Add support for having more hotseat icons in the DB than we show
This commit is contained in:
Tony Wickham
2021-04-13 18:41:47 +00:00
committed by Android (Google) Code Review
33 changed files with 186 additions and 406 deletions

View File

@@ -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();