Image resizing - Fixing resizemode support.
This commit is contained in:
parent
f2d96719ac
commit
c2bcb78fac
|
@ -142,6 +142,7 @@ class FastImageViewManager extends SimpleViewManager<ImageViewWithUrl> implement
|
|||
Glide
|
||||
.with(view.getContext())
|
||||
.load(glideUrl)
|
||||
.dontTransform()
|
||||
.priority(priority)
|
||||
.placeholder(TRANSPARENT_DRAWABLE)
|
||||
.listener(LISTENER)
|
||||
|
|
Loading…
Reference in New Issue