You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, would it be possible to call something like .resetViewBeforeLoading(false). My default setup mainly uses resetViewBeforeLoading(), but in one ImageView I would like to not have that happen. I know I could use that function only when needed, but in that scenario, I need to call it about 10 times instead of just negating it once.
I hope I'm not missing something blatantly obvious. It would be nice if the other similar options behaved the same way (cacheInMemory(false), cacheInDisc(false), etc).
The text was updated successfully, but these errors were encountered:
Hi, would it be possible to call something like
.resetViewBeforeLoading(false)
. My default setup mainly usesresetViewBeforeLoading()
, but in one ImageView I would like to not have that happen. I know I could use that function only when needed, but in that scenario, I need to call it about 10 times instead of just negating it once.I hope I'm not missing something blatantly obvious. It would be nice if the other similar options behaved the same way (
cacheInMemory(false)
,cacheInDisc(false)
, etc).The text was updated successfully, but these errors were encountered: