mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-22 14:09:29 +02:00
Fixed sort order (was reversed asc/desc)
Also changed default sort to nameAuthor ascending
This commit is contained in:
@@ -114,7 +114,7 @@ class AppsPageState extends State<AppsPage> {
|
||||
return result;
|
||||
});
|
||||
|
||||
if (settingsProvider.sortOrder == SortOrderSettings.ascending) {
|
||||
if (settingsProvider.sortOrder == SortOrderSettings.descending) {
|
||||
sortedApps = sortedApps.reversed.toList();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user