Skip to content
Snippets Groups Projects
Unverified Commit 50273c71 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

settings: do not call connectivityChanged() when opening settings

Change-Id: If2b36e884873f18f396860359baa24c518e5d347
Gitlab: #624
parent 83812c58
No related branches found
No related tags found
No related merge requests found
......@@ -586,8 +586,6 @@ public class DRingService extends Service {
updateConnectivityState();
mDisposableBag.add(mPreferencesService.getSettingsSubject().subscribe(s -> {
//refreshContacts();
updateConnectivityState();
showSystemNotification(s);
}));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment