No need to do anything when returning from PreferencesActivity
This commit is contained in:
parent
20aa6b8d64
commit
38d7fcdd4a
@ -240,11 +240,6 @@ public class FDroid extends FragmentActivity {
|
|||||||
// unschedule) the service accordingly. It's cheap, so no need to
|
// unschedule) the service accordingly. It's cheap, so no need to
|
||||||
// check if the particular setting has actually been changed.
|
// check if the particular setting has actually been changed.
|
||||||
UpdateService.schedule(getBaseContext());
|
UpdateService.schedule(getBaseContext());
|
||||||
if (data != null && data.hasExtra("update")) {
|
|
||||||
updateRepos();
|
|
||||||
} else {
|
|
||||||
repopulateViews();
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user