Merge pull request #64 from tdekoning/master

Image resizing - Fixing resizemode support.
This commit is contained in:
Dylan Vann 2017-11-29 22:21:29 -05:00 committed by GitHub
commit a6b1e48696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ class FastImageViewManager extends SimpleViewManager<ImageViewWithUrl> implement
Glide
.with(view.getContext())
.load(glideUrl)
.dontTransform()
.priority(priority)
.placeholder(TRANSPARENT_DRAWABLE)
.listener(LISTENER)