mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-02-01 02:31:36 -05:00
No need to do anything when returning from PreferencesActivity
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user