Blurry
Blurry copied to clipboard
how to remove blur on imageview?
I have blurred the imageView with
Blurry.with(context).capture(view).into(imageView)
but there is no function for reverting the imageView to initial state. delete() function gets only ViewParent as input.
it seems
delete(ImageView target)
function is missed.
thanks