Din
Results
1
issues of
Din
here is the code: Glide.with(context) .load(path) .priority(Priority.IMMEDIATE) .thumbnail(0.1f) .transform(new BlurTransformation(50)) .dontAnimate() .into(imageView); there is not any log useful. I debug it, found the code in BlurTransformation class: bitmap = RSBlur.blur(context,...