diff --git a/src/org/fdroid/fdroid/FDroid.java b/src/org/fdroid/fdroid/FDroid.java index 24eb2d383..8e333cf93 100644 --- a/src/org/fdroid/fdroid/FDroid.java +++ b/src/org/fdroid/fdroid/FDroid.java @@ -240,11 +240,6 @@ public class FDroid extends FragmentActivity { // unschedule) the service accordingly. It's cheap, so no need to // check if the particular setting has actually been changed. UpdateService.schedule(getBaseContext()); - if (data != null && data.hasExtra("update")) { - updateRepos(); - } else { - repopulateViews(); - } break; }