Add TODO for concat

This commit is contained in:
misaochan 2018-03-18 18:12:18 +10:00
parent 787425b8e7
commit 945aa35864

View file

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