mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-23 12:35:55 -04:00
No need to do anything when returning from PreferencesActivity
This commit is contained in:
1 parent
20aa6b8d64
commit
38d7fcdd4a
1 file changed
-5
@@ -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