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:
parent
e1fdb712fd
commit
144c7c86fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue