remove duplicate SyncthingRunnable start trigger

fixes issue https://github.com/syncthing/syncthing-android/issues/1104
This commit is contained in:
Catfriend1 2018-05-27 20:51:43 +02:00
parent ec626cd9fe
commit 976b47532e
1 changed files with 0 additions and 1 deletions

View File

@ -184,7 +184,6 @@ public class SyncthingService extends Service {
mHandler = new Handler(); mHandler = new Handler();
mDeviceStateHolder = new DeviceStateHolder(SyncthingService.this, this::updateState); mDeviceStateHolder = new DeviceStateHolder(SyncthingService.this, this::updateState);
updateState();
mNotificationHandler.updatePersistentNotification(this); mNotificationHandler.updatePersistentNotification(this);
} }