Merge "Merging from ub-launcher3-master @ build 6075050"

This commit is contained in:
Winson Chung
2019-12-16 19:09:19 +00:00
committed by Android (Google) Code Review
169 changed files with 1643 additions and 5699 deletions
@@ -272,7 +272,7 @@ public abstract class BaseQuickstepLauncher extends Launcher
// Instantiate and initialize WellbeingModel now that its loading won't interfere with
// populating workspace.
// TODO: Find a better place for this
WellbeingModel.get(this);
WellbeingModel.INSTANCE.get(this);
}
@Override