LeonardoCardoso / NFDownloadButton

Revamped Download Button. It's kinda a reverse engineering of Netflix's app download button.
https://leocardz.com/nfdowloadbutton-f576fdf30b40
MIT License
434 stars 32 forks source link

ui not change from downloaded to toDownload #6

Open embassem opened 5 years ago

embassem commented 5 years ago

when progress retch 1.0 to download statue change automatically to downloaded which will Asyn the animation, the issues are that I used Firebase storage to download items and after muy quota end I found that before it throws an error the progress gets to 1.0 before the failure callback trigger which triggers downloaded Status automatically even when changing status manually to toDownload the UI not change. I know the issues are not totally from here but I suggest that retch 1.0 progress doesn't have to change the status automatically.