mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-24 03:42:15 +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)
|
setText(R.string.all_applications)
|
||||||
id = R.id.SHOW_ALL
|
id = R.id.SHOW_ALL
|
||||||
})
|
})
|
||||||
it.forEach {
|
it.sorted().forEach {
|
||||||
addView(Chip(requireContext(), null, R.attr.categoryChipStyle).apply {
|
addView(Chip(requireContext(), null, R.attr.categoryChipStyle).apply {
|
||||||
text = it
|
text = it
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user