Minor changes 2

This commit is contained in:
misaochan 2015-12-25 20:12:53 +13:00
parent 05104fe111
commit 640ff499c6

View file

@ -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);