No need to do anything when returning from PreferencesActivity

This commit is contained in:
Daniel Martí 2013-09-06 13:01:03 +02:00
parent 20aa6b8d64
commit 38d7fcdd4a

View File

@ -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;
}