commit
3da754b0e2
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ public class CurrentPositionHelper {
|
|||
}
|
||||
return null;
|
||||
}
|
||||
}.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, (Void) null);
|
||||
}.execute((Void) null);
|
||||
res = true;
|
||||
}
|
||||
return res;
|
||||
|
|
Loading…
Reference in a new issue