mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 07:46:55 +00:00
Moving package installer initialization to worker thread
Bug: 169002215 Change-Id: Ie7b9a1eb27b634455e3d43da411037642efd0534
This commit is contained in:
@@ -105,7 +105,7 @@ public class LauncherAppState {
|
||||
new Handler().post( () -> mInvariantDeviceProfile.verifyConfigChangedInBackground(context));
|
||||
|
||||
mInstallSessionTracker = InstallSessionHelper.INSTANCE.get(context)
|
||||
.registerInstallTracker(mModel, MODEL_EXECUTOR);
|
||||
.registerInstallTracker(mModel);
|
||||
|
||||
// Register an observer to rebind the notification listener when dots are re-enabled.
|
||||
mNotificationDotsObserver =
|
||||
|
||||
Reference in New Issue
Block a user