FreshDownloadView
FreshDownloadView copied to clipboard
download list and recyclerview
I have list of download showing in RecyclerView. Some of them are previously downloaded, so i just call downloadProgress.showDownloadOk()
on them.
BUT the tick sign wont show at all. if i scroll down and come back the tick will show.
this is strange bug, if i update the view with progress and after that call showDownloadOk()
the tick will show without problem.