In this particular scenario, the library keep throwing image decoding errors and also trying to make irrelevant network request with displayImage while scrolling in the listView.
Image can't be decoded [https://demo.buddycloud.org:443/api/topics@topics.buddycloud.org/media/avatar?maxheight=200_120x120]
I believe, the library should provide either http statusCode or introduce new FailedReason to handle this situation. Also showImageForEmptyUri(null) not handle this issue properly.
In this particular scenario, the library keep throwing
image decoding
errors and also trying to make irrelevant network request withdisplayImage
while scrolling in the listView.I believe, the library should provide either http
statusCode
or introduce newFailedReason
to handle this situation. AlsoshowImageForEmptyUri(null)
not handle this issue properly.