mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +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() {
|
||||
return gpsCategories()
|
||||
.concatWith(directCategories())
|
||||
.concatWith(titleCategories())
|
||||
.concatWith(recentCategories())
|
||||
.concatWith(directCategories());
|
||||
.concatWith(recentCategories());
|
||||
}
|
||||
|
||||
private Observable<CategoryItem> directCategories() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue