This commit is contained in:
Aria Moradi 2021-04-03 15:40:23 +04:30
parent bb09ccf3c0
commit abc3a16ee3

View File

@ -113,7 +113,7 @@ object Extension {
val apkFilePath = fetcher()
val apkName = Uri.parse(apkFilePath).lastPathSegment!!
// TODO: handle the whole apk signature, and trusting bossiness
// TODO: handle the whole apk signature, and trusting business
val extensionRecord: ResultRow = transaction {
ExtensionTable.select { ExtensionTable.apkName eq apkName }.firstOrNull()