mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Add TODO for concat
This commit is contained in:
parent
787425b8e7
commit
945aa35864
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue