mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Update: Sort categories
This commit is contained in:
parent
0ff3bc25d1
commit
5a3c4fb487
@ -72,7 +72,7 @@ class ExploreFragment : MainNavFragmentX() {
|
||||
setText(R.string.all_applications)
|
||||
id = R.id.SHOW_ALL
|
||||
})
|
||||
it.forEach {
|
||||
it.sorted().forEach {
|
||||
addView(Chip(requireContext(), null, R.attr.categoryChipStyle).apply {
|
||||
text = it
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user