mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-08 16:59:55 +00:00
Update: Sorted installed apps alphabetically
This commit is contained in:
parent
092a109a18
commit
203c4746a2
@ -56,7 +56,7 @@ class InstalledFragment : MainNavFragmentX() {
|
|||||||
}
|
}
|
||||||
) {
|
) {
|
||||||
Scaffold { _ ->
|
Scaffold { _ ->
|
||||||
ProductsVerticalRecycler(it, repositories,
|
ProductsVerticalRecycler(it.sortedBy(Product::name), repositories,
|
||||||
onUserClick = { item ->
|
onUserClick = { item ->
|
||||||
AppSheetX(item.packageName)
|
AppSheetX(item.packageName)
|
||||||
.showNow(parentFragmentManager, "Product ${item.packageName}")
|
.showNow(parentFragmentManager, "Product ${item.packageName}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user