0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-11-17 16:55:10 +00:00

possible fix of split installer

This commit is contained in:
X1nto 2020-05-26 14:34:54 +04:00
parent e1fdb712fd
commit 144c7c86fa

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