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
Is your feature request related to a problem? Please describe.
Currently load(String) must always be a valid URL, but we could support automatically switching between Uris and HttpUrls.
Describe the solution you'd like
This should load the file/asset Uri correctly:
Is your feature request related to a problem? Please describe.
Currently
load(String)
must always be a valid URL, but we could support automatically switching betweenUris
andHttpUrls
.Describe the solution you'd like
This should load the file/asset Uri correctly:
Additional context
Glide and Picasso already handle this.
Previous discussion: #10
The text was updated successfully, but these errors were encountered: