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
Tried to use this lib for blur effect in dialog, but when it closes, i get this:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.graphics.Canvas.isRecordingFor(java.lang.Object)' on a null object reference
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3443)
at android.view.View.draw(View.java:17217)
at no.danielzeller.blurbehindlib.BlurBehindLayout.renderBehindViewToTexture(BlurBehindLayout.kt:252)
at no.danielzeller.blurbehindlib.BlurBehindLayout.redrawBlurTexture(BlurBehindLayout.kt:216)
at no.danielzeller.blurbehindlib.BlurBehindLayout.access$redrawBlurTexture(BlurBehindLayout.kt:25)
at no.danielzeller.blurbehindlib.BlurBehindLayout$frameCallBack$1.doFrame(BlurBehindLayout.kt:234)
Plus can't understand, while it rendering, it has a moment when view becomes black on a second. Looks not very good.
Maybe I'm doing smth wrong.
Here is how i use it in dialog:
Tried to use this lib for blur effect in dialog, but when it closes, i get this:
Plus can't understand, while it rendering, it has a moment when view becomes black on a second. Looks not very good.
Maybe I'm doing smth wrong.
Here is how i use it in dialog:
And setting view:
dialog?.blur?.viewBehind = activity.root
The text was updated successfully, but these errors were encountered: