You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: