Updating some non-final static objects

Updating various static objects to use a standard pattern so that
it is easier to track and cleanup those objects

Bug: 141376165
Change-Id: Ia539cbfa338d544dddad771c5027b6748762768b
This commit is contained in:
Sunny Goyal
2019-12-11 13:22:58 -08:00
parent 4f37a5e268
commit 73b5a27b14
46 changed files with 136 additions and 225 deletions
@@ -265,7 +265,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