Piasy / BigImageViewer

Big image viewer supporting pan and zoom, with very little memory usage and full featured image loading choices. Powered by Subsampling Scale Image View, Fresco, Glide, and Picasso. Even with gif and webp support! 🍻
MIT License
3.98k stars 402 forks source link

Fix progress indicator #108

Closed SmasSive closed 6 years ago

SmasSive commented 6 years ago

This PR fixes #91 What it does is to remove progress indicator if it's shown before showing the image.

SmasSive commented 6 years ago

BTW, if you try manually the uploaded code you will see that some images are not loaded because a Glide error, I'm looking for that too but I think it belongs to another PR. If you don't think so, please tell me and I'll add it in this PR.

Piasy commented 6 years ago

I tried the uploaded code, but didn't reproduce that bug. You can open another PR.

Thanks for your contribution!