mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Minor change
This commit is contained in:
parent
cb3ac0f824
commit
329a880035
1 changed files with 3 additions and 2 deletions
|
|
@ -458,13 +458,14 @@ public class CategorizationFragment extends SherlockFragment{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
ArrayList<CategoryItem> itemList = new ArrayList<CategoryItem>(itemSet);
|
||||||
|
|
||||||
methodAUpdater = new MethodAUpdater();
|
methodAUpdater = new MethodAUpdater();
|
||||||
lastUpdater = new CategoriesUpdater();
|
lastUpdater = new CategoriesUpdater();
|
||||||
|
|
||||||
Utils.executeAsyncTask(lastUpdater, executor);
|
Utils.executeAsyncTask(lastUpdater, executor);
|
||||||
Utils.executeAsyncTask(methodAUpdater, executor);
|
Utils.executeAsyncTask(methodAUpdater, executor);
|
||||||
|
|
||||||
ArrayList<CategoryItem> itemList = new ArrayList<CategoryItem>(itemSet);
|
|
||||||
|
|
||||||
categoriesAdapter.setItems(itemList);
|
categoriesAdapter.setItems(itemList);
|
||||||
Log.d(TAG, "After AsyncTask over, set items in adapter to " + itemList.toString());
|
Log.d(TAG, "After AsyncTask over, set items in adapter to " + itemList.toString());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue