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
Hello, I have two image url types, and not every image is available by firt url type. I want to load it by second type if first failed.
I tried to load in onException() method and it works, but sometimes after refresh it loads nothing and gives no exception of second loading
I tried to set cache strategy to NONE of second loading, but didnt help
my code
Hello, I have two image url types, and not every image is available by firt url type. I want to load it by second type if first failed.
I tried to load in onException() method and it works, but sometimes after refresh it loads nothing and gives no exception of second loading
I tried to set cache strategy to NONE of second loading, but didnt help
my code
The text was updated successfully, but these errors were encountered: