I have a problem. When I adjust the images using the glide, the image no longer blurs. What can I do about this problem? I use this code for setImage to blurimageView
Glide.with(context).asBitmap().load(imgArt).error(R.drawable.imgDefault).into(BlurId)
BlurId.setBlur(20)