mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-09 03:31:46 +00:00
remove duplicate SyncthingRunnable start trigger
fixes issue https://github.com/syncthing/syncthing-android/issues/1104
This commit is contained in:
parent
ec626cd9fe
commit
976b47532e
1 changed files with 0 additions and 1 deletions
|
@ -184,7 +184,6 @@ public class SyncthingService extends Service {
|
|||
mHandler = new Handler();
|
||||
|
||||
mDeviceStateHolder = new DeviceStateHolder(SyncthingService.this, this::updateState);
|
||||
updateState();
|
||||
mNotificationHandler.updatePersistentNotification(this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue