mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +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(
|
ProductsVerticalRecycler(
|
||||||
productsList = primaryList?.sortedBy(Product::label),
|
productsList = primaryList?.sortedBy { it.label.lowercase() },
|
||||||
repositories = repositories,
|
repositories = repositories,
|
||||||
favorites = favorites,
|
favorites = favorites,
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
|
Loading…
x
Reference in New Issue
Block a user