mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Put directCats on top of other categories
This commit is contained in:
parent
eb4646df4b
commit
d0908abc4a
1 changed files with 2 additions and 2 deletions
|
|
@ -268,9 +268,9 @@ public class CategorizationFragment extends CommonsDaggerSupportFragment {
|
||||||
|
|
||||||
private Observable<CategoryItem> defaultCategories() {
|
private Observable<CategoryItem> defaultCategories() {
|
||||||
return gpsCategories()
|
return gpsCategories()
|
||||||
|
.concatWith(directCategories())
|
||||||
.concatWith(titleCategories())
|
.concatWith(titleCategories())
|
||||||
.concatWith(recentCategories())
|
.concatWith(recentCategories());
|
||||||
.concatWith(directCategories());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private Observable<CategoryItem> directCategories() {
|
private Observable<CategoryItem> directCategories() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue