diff --git a/src/main/kotlin/com/looker/droidify/ui/fragments/ExploreFragment.kt b/src/main/kotlin/com/looker/droidify/ui/fragments/ExploreFragment.kt index 90f6ea28..dfc67463 100644 --- a/src/main/kotlin/com/looker/droidify/ui/fragments/ExploreFragment.kt +++ b/src/main/kotlin/com/looker/droidify/ui/fragments/ExploreFragment.kt @@ -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 })