Blurry icon indicating copy to clipboard operation
Blurry copied to clipboard

how to remove blur on imageview?

Open kAvEh-- opened this issue 6 years ago • 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

kAvEh-- avatar May 15 '19 09:05 kAvEh--