mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-16 22:56:44 +02:00
Bugfix from prev. commit
This commit is contained in:
@ -343,7 +343,8 @@ class GitHub extends AppSource {
|
||||
}
|
||||
});
|
||||
}
|
||||
if ((latestRelease['tag_name'] ?? latestRelease['name']) != null &&
|
||||
if (latestRelease != null &&
|
||||
(latestRelease['tag_name'] ?? latestRelease['name']) != null &&
|
||||
releases.isNotEmpty &&
|
||||
latestRelease !=
|
||||
(releases[releases.length - 1]['tag_name'] ??
|
||||
|
Reference in New Issue
Block a user