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