Updates: track actual download progress

This commit is contained in:
Rahul Patel
2023-10-14 07:35:59 +05:30
parent 7503335b3b
commit 4770aa3540
2 changed files with 5 additions and 2 deletions

View File

@@ -173,6 +173,7 @@ class AppUpdateView : RelativeLayout {
@OnViewRecycled
fun clear() {
B.headerIndicator.removeCallbacks { }
B.progressDownload.progress = 0
B.progressDownload.invisible()
}
}