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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user