Add TODO for category suggestions

This commit is contained in:
misaochan 2018-03-16 19:49:48 +10:00
parent e2b54c0478
commit 2c6b6f9bea

View file

@ -262,6 +262,7 @@ public class CategorizationFragment extends CommonsDaggerSupportFragment {
.concatWith(recentCategories());
}
//TODO: Add category suggestions for direct uploads here
private Observable<CategoryItem> gpsCategories() {
return Observable.fromIterable(
MwVolleyApi.GpsCatExists.getGpsCatExists()