fixed livedata getter

This commit is contained in:
Xinto 2020-11-15 20:15:45 +04:00
parent 8c44377e7d
commit 76a867142e
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ object DownloadHelper {
}
.start(object : OnDownloadListener {
override fun onDownloadComplete() {
downloadProgress.get()?.downloadProgress?.set(0)
downloadProgress.value?.downloadProgress?.value = 0
val apk =
File("${context.getExternalFilesDir("manager")?.path}/manager.apk")
val uri =