mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Fixed issue of only 1 thread executing
This commit is contained in:
parent
213ce0aca5
commit
8a733bdbc3
1 changed files with 2 additions and 2 deletions
|
|
@ -503,8 +503,8 @@ public class CategorizationFragment extends SherlockFragment{
|
|||
lastUpdater = new CategoriesUpdater();
|
||||
|
||||
//TODO: Only the first one is ever called, why?
|
||||
Utils.executeAsyncTask(lastUpdater, executor);
|
||||
Utils.executeAsyncTask(methodAUpdater, executor);
|
||||
Utils.executeAsyncTask(lastUpdater);
|
||||
Utils.executeAsyncTask(methodAUpdater);
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue