mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Minor fix
This commit is contained in:
parent
44e82e411c
commit
36aa648add
1 changed files with 1 additions and 2 deletions
|
|
@ -449,7 +449,6 @@ public class CategorizationFragment extends SherlockFragment{
|
||||||
methodAUpdater = new MethodAUpdater();
|
methodAUpdater = new MethodAUpdater();
|
||||||
lastUpdater = new CategoriesUpdater();
|
lastUpdater = new CategoriesUpdater();
|
||||||
|
|
||||||
//TODO: Only the first one is ever called, why?
|
|
||||||
Utils.executeAsyncTask(lastUpdater, executor);
|
Utils.executeAsyncTask(lastUpdater, executor);
|
||||||
Utils.executeAsyncTask(methodAUpdater, executor);
|
Utils.executeAsyncTask(methodAUpdater, executor);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue