mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Minor changes 2
This commit is contained in:
parent
05104fe111
commit
640ff499c6
1 changed files with 1 additions and 5 deletions
|
|
@ -114,11 +114,7 @@ public class CategorizationFragment extends SherlockFragment{
|
|||
items.add(new CategoryItem(category, false));
|
||||
}
|
||||
}
|
||||
|
||||
//TODO: Remove this later
|
||||
Log.d("Cat", "I am still called when upload is commented out");
|
||||
|
||||
|
||||
|
||||
categoriesAdapter.setItems(items);
|
||||
categoriesAdapter.notifyDataSetInvalidated();
|
||||
categoriesSearchInProgress.setVisibility(View.GONE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue