mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-07-25 13:19:52 +00:00
Update: Sort categories
This commit is contained in:
@ -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
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user