Update: Sort categories

This commit is contained in:
machiav3lli 2022-03-04 03:42:04 +01:00
parent 0ff3bc25d1
commit 5a3c4fb487

View File

@ -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
}) })