Merge "Skipping package update tasks if loader has not yet run." into ub-launcher3-burnaby
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user