fix: A regression, download progress not progressing

This commit is contained in:
Ahmad Ansori Palembani 2024-12-13 17:05:41 +07:00
parent 498cafaae6
commit ed4070b979
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -115,6 +115,7 @@ class DownloadBottomPresenter : BaseCoroutinePresenter<DownloadBottomSheet>(),
}
override fun onPageProgressUpdate(download: Download) {
super.onPageProgressUpdate(download)
view?.onUpdateDownloadedPages(download)
}
}