mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-20 06:47:06 -04:00
Force apps in "Installed" list to sort by name.
Previously they were left to be sorted however SQLite parsed the query. This turned out to result in them beign sorted by repos first, then names. For example, all of the GP apps would be at the bottom of the list. Fixes #965.
This commit is contained in:
@@ -696,6 +696,7 @@ public class AppProvider extends FDroidProvider {
|
||||
|
||||
case INSTALLED:
|
||||
selection = selection.add(queryInstalled());
|
||||
sortOrder = Cols.NAME;
|
||||
includeSwap = false;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user