mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-01 05:10:15 +02:00
Slight tweaks
This commit is contained in:
@@ -33,8 +33,8 @@ class APKDetails {
|
||||
|
||||
APKDetails(this.versionFromSource, this.apkUrls) {
|
||||
var temp = extractStandardVersionName(versionFromSource);
|
||||
this.isStandardVersion = temp != null;
|
||||
this.version = temp ?? versionFromSource;
|
||||
isStandardVersion = temp != null;
|
||||
version = temp ?? versionFromSource;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user