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

This commit is contained in:
Sunny Goyal
2015-05-07 17:08:23 +00:00
committed by Android (Google) Code Review
@@ -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;