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