fix:修复公屏中-部分特权卡git图展示失败(glide缓存策略调整)
This commit is contained in:
@@ -269,7 +269,6 @@ public class CustomImageSpan extends ImageSpan {
|
|||||||
loading = true;
|
loading = true;
|
||||||
GlideApp.with(reference.get())
|
GlideApp.with(reference.get())
|
||||||
.asDrawable()
|
.asDrawable()
|
||||||
.diskCacheStrategy(DiskCacheStrategy.RESOURCE)
|
|
||||||
.dontAnimate()
|
.dontAnimate()
|
||||||
.dontTransform()
|
.dontTransform()
|
||||||
.override(width, height)
|
.override(width, height)
|
||||||
|
Reference in New Issue
Block a user