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

Commit 8a8f03d1 authored by Sunny Goyal's avatar Sunny Goyal Committed by Android (Google) Code Review
Browse files

Merge "Skipping package update tasks if loader has not yet run." into ub-launcher3-burnaby

parents 83f59abc c905efc8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3028,6 +3028,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;