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

Commit c905efc8 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Skipping package update tasks if loader has not yet run.

Bug: 20754508
Change-Id: Id2ddcff42cd41e4f9875ad6ef95f648365502b75
parent deb189fd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3004,6 +3004,10 @@ public class LauncherModel extends BroadcastReceiver
        }

        public void run() {
            if (!mHasLoaderCompletedOnce) {
                // Loader has not yet run.
                return;
            }
            final Context context = mApp.getContext();

            final String[] packages = mPackages;