mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user