mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 03:11:30 +00:00
Removed leftover line of code.
This commit is contained in:
parent
205056f0ef
commit
1fa5576625
1 changed files with 2 additions and 1 deletions
|
@ -324,7 +324,8 @@ public class SyncthingService extends Service {
|
||||||
*/
|
*/
|
||||||
private class StartupTask extends AsyncTask<Void, Void, Pair<String, String>> {
|
private class StartupTask extends AsyncTask<Void, Void, Pair<String, String>> {
|
||||||
@Override
|
@Override
|
||||||
protected Pair<String, String> doInBackground(Void... voids) {Looper.prepare();
|
protected Pair<String, String> doInBackground(Void... voids) {
|
||||||
|
//Looper.prepare();
|
||||||
if (isFirstStart()) {
|
if (isFirstStart()) {
|
||||||
Log.i(TAG, "App started for the first time. " +
|
Log.i(TAG, "App started for the first time. " +
|
||||||
"Copying default config, keys will be generated automatically");
|
"Copying default config, keys will be generated automatically");
|
||||||
|
|
Loading…
Reference in a new issue