diff --git a/src/main/kotlin/com/looker/droidify/ui/fragments/InstalledFragment.kt b/src/main/kotlin/com/looker/droidify/ui/fragments/InstalledFragment.kt index 09ab456d..0e96cf08 100644 --- a/src/main/kotlin/com/looker/droidify/ui/fragments/InstalledFragment.kt +++ b/src/main/kotlin/com/looker/droidify/ui/fragments/InstalledFragment.kt @@ -56,7 +56,7 @@ class InstalledFragment : MainNavFragmentX() { } ) { Scaffold { _ -> - ProductsVerticalRecycler(it, repositories, + ProductsVerticalRecycler(it.sortedBy(Product::name), repositories, onUserClick = { item -> AppSheetX(item.packageName) .showNow(parentFragmentManager, "Product ${item.packageName}")