wasabeef/Blurry

how to remove blur on imageview?

kAvEh-- opened this issue · 0 comments

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