mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-14 05:36:43 +02:00
Fix major GitHub bug (#929)
This commit is contained in:
@ -269,6 +269,8 @@ class GitHub extends AppSource {
|
||||
? DateTime.parse(rel['published_at'])
|
||||
: null;
|
||||
if (dontSortReleasesList) {
|
||||
releases = releases.reversed.toList();
|
||||
} else {
|
||||
releases.sort((a, b) {
|
||||
// See #478 and #534
|
||||
if (a == b) {
|
||||
|
Reference in New Issue
Block a user