1
0
Fork 0
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:
Felix Ableitner 2018-05-27 23:55:58 +02:00 committed by GitHub
commit a3d49970ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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