mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-10 20:15:54 +00:00
parent
57a8d270e1
commit
390d0784ee
1 changed files with 2 additions and 1 deletions
|
@ -568,7 +568,8 @@ public class SyncthingService extends Service implements
|
|||
Log.w(TAG, "Failed to import config", e);
|
||||
}
|
||||
mCurrentState = State.INIT;
|
||||
updateState();
|
||||
onApiChange();
|
||||
new StartupTask().executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue