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
there are three methods which have wrong expression
getFallbackDrawable()
getErrorDrawable()
getPlaceholderDrawable()
According to the official documentation, resourceID can have a negative
value, so I modified the if statement logic to include correct validation.
0 commit comments