Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fcb2c75 authored by Sunny Goyal's avatar Sunny Goyal Committed by Android Git Automerger
Browse files

am 136882c1: Merge "Setting context in LauncherAppState before initialising...

am 136882c1: Merge "Setting context in LauncherAppState before initialising it, as it can be called from a BroadcastReceiver" into ub-now-porkchop

* commit '136882c1':
  Setting context in LauncherAppState before initialising it, as it can be called from a BroadcastReceiver
parents 7b0982d8 136882c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ public class PackageInstallerCompatVL extends PackageInstallerCompat {

    PackageInstallerCompatVL(Context context) {
        mInstaller = context.getPackageManager().getPackageInstaller();
        LauncherAppState.setApplicationContext(context.getApplicationContext());
        mCache = LauncherAppState.getInstance().getIconCache();

        mResumed = false;