Skip to content

Commit

Permalink
Merge pull request #1105 from Catfriend1/fixDoubleBinaryStarts
Browse files Browse the repository at this point in the history
remove duplicate SyncthingRunnable start trigger (fixes #1104)
  • Loading branch information
Nutomic committed May 27, 2018
2 parents 5815d8f + 1709810 commit a3d4997
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ public void onCreate() {
mHandler = new Handler();

mDeviceStateHolder = new DeviceStateHolder(SyncthingService.this, this::updateState);
updateState();
mNotificationHandler.updatePersistentNotification(this);
}

Expand Down

0 comments on commit a3d4997

Please sign in to comment.