Updating predictions if hotseat items get removed/added as a result of model callback

Bug: 179284787
Test: Verified on device
Change-Id: Iecfc7f291f54aacccc6d2afe674ccd2f20e2035d
This commit is contained in:
Sunny Goyal
2021-02-03 12:55:57 -08:00
parent d0f5aa0dc6
commit b245c552d4
3 changed files with 74 additions and 35 deletions

View File

@@ -355,10 +355,6 @@ public abstract class BaseQuickstepLauncher extends Launcher
// populating workspace.
// TODO: Find a better place for this
WellbeingModel.INSTANCE.get(this);
if (mTaskbarController != null) {
mTaskbarController.onHotseatUpdated();
}
}
@Override