This commit is contained in:
Horis 2023-01-25 14:18:31 +08:00
parent f5702ccbcf
commit 1fa90fff1d

View File

@ -105,7 +105,7 @@ class VerificationCodeDialog() : BaseDialogFragment(R.layout.dialog_verification
view ?: return
val bitmap = resource.copy(resource.config, true)
ImageProvider.bitmapLruCache.put(url, bitmap)
binding.verificationCodeImageView.setImageBitmap(resource)
binding.verificationCodeImageView.setImageBitmap(bitmap)
}
override fun onLoadCleared(placeholder: Drawable?) {