mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 03:12:15 +00:00
Fix: Alphabetical sorting of installed (closes #250)
This commit is contained in:
parent
f5fd8c30df
commit
2019262680
@ -225,7 +225,7 @@ class InstalledFragment : MainNavFragmentX() {
|
||||
)*/
|
||||
}
|
||||
ProductsVerticalRecycler(
|
||||
productsList = primaryList?.sortedBy(Product::label),
|
||||
productsList = primaryList?.sortedBy { it.label.lowercase() },
|
||||
repositories = repositories,
|
||||
favorites = favorites,
|
||||
modifier = Modifier
|
||||
|
Loading…
x
Reference in New Issue
Block a user