mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Remove AsyncTask utility methods
This commit is contained in:
parent
ef9799ec07
commit
36fe8e3089
6 changed files with 9 additions and 34 deletions
|
|
@ -109,7 +109,7 @@ public class EventLog {
|
|||
return; // User has disabled tracking
|
||||
}
|
||||
LogTask logTask = new LogTask();
|
||||
Utils.executeAsyncTask(logTask, this);
|
||||
logTask.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, this);
|
||||
}
|
||||
|
||||
public void log() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue