mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Merge pull request #1105 from Catfriend1/fixDoubleBinaryStarts
remove duplicate SyncthingRunnable start trigger (fixes #1104)
This commit is contained in:
commit
a3d49970ee
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