mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Update: Sorted installed apps alphabetically
This commit is contained in:
parent
092a109a18
commit
203c4746a2
@ -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}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user