1
0
Fork 0
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:
Felix Ableitner 2014-07-03 00:32:37 +02:00
parent 205056f0ef
commit 1fa5576625

View file

@ -324,7 +324,8 @@ public class SyncthingService extends Service {
*/
private class StartupTask extends AsyncTask<Void, Void, Pair<String, String>> {
@Override
protected Pair<String, String> doInBackground(Void... voids) {Looper.prepare();
protected Pair<String, String> doInBackground(Void... voids) {
//Looper.prepare();
if (isFirstStart()) {
Log.i(TAG, "App started for the first time. " +
"Copying default config, keys will be generated automatically");