possible fix of split installer

This commit is contained in:
X1nto 2020-05-26 14:34:54 +04:00
parent e1fdb712fd
commit 144c7c86fa
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ open class Main: BaseActivity() {
}
fun installSplitApk(): Int {
val apkFolderPath = cacheDir.absolutePath
val apkFolderPath = cacheDir.path + "/"
val nameSizeMap = HashMap<String, Long>()
var totalSize: Long = 0
var sessionId = 0