Skip to content

Commit

Permalink
revert alphabetic sort in IPA Library
Browse files Browse the repository at this point in the history
IPA Library alphabetic sort is reverted, until an user defined sorting scheme is introduced later.
  • Loading branch information
Depal1 committed Mar 4, 2023
1 parent 9888c2c commit 9240be7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PlayCover/ViewModel/StoreVM.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ class StoreVM: ObservableObject {
$0.name.lowercased().contains(uif.searchText.lowercased())
})
}
filteredApps.sort(by: { $0.name.lowercased() < $1.name.lowercased() })
}

func resolveSources() {
Expand Down

0 comments on commit 9240be7

Please sign in to comment.