fix:修复特权卡-gif加载失败问题
This commit is contained in:
@@ -434,11 +434,9 @@ class GlideUtils {
|
||||
Logger.error(TAG, "loadUriGift imageView is null")
|
||||
return
|
||||
}
|
||||
val options = RequestOptions().diskCacheStrategy(DiskCacheStrategy.RESOURCE)
|
||||
getGlideConfig(imageView.context)?.apply {
|
||||
this.asBitmap()
|
||||
.load(uri)
|
||||
.apply(options)
|
||||
.into(imageView)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user