mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-11-06 16:23:28 +01:00
Merge pull request #2446 from ar-lex/bugfix/rustore-updatedat
Fix update date for RuStore (#2445)
This commit is contained in:
@@ -66,7 +66,7 @@ class RuStore extends AppSource {
|
|||||||
|
|
||||||
String appName = appDetails['appName'] ?? tr('app');
|
String appName = appDetails['appName'] ?? tr('app');
|
||||||
String author = appDetails['companyName'] ?? name;
|
String author = appDetails['companyName'] ?? name;
|
||||||
String? dateStr = appDetails['updatedAt'];
|
String? dateStr = appDetails['appVerUpdatedAt'];
|
||||||
String? version = appDetails['versionName'];
|
String? version = appDetails['versionName'];
|
||||||
String? changeLog = appDetails['whatsNew'];
|
String? changeLog = appDetails['whatsNew'];
|
||||||
if (version == null) {
|
if (version == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user