Blur-LIB-Android
Blur-LIB-Android copied to clipboard
java.lang.IllegalStateException: Surface has already been released
This happens when i just go to another activity and then goes back.
java.lang.IllegalStateException: Surface has already been released. at android.view.Surface.checkNotReleasedLocked(Surface.java:568) at android.view.Surface.lockHardwareCanvas(Surface.java:382) at no.danielzeller.blurbehindlib.opengl.ViewSurfaceTexture.beginDraw(ViewSurfaceTexture.kt:48) at no.danielzeller.blurbehindlib.BlurBehindLayout.renderBehindViewToTexture(BlurBehindLayout.kt:240) 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)
- I have fragment with Google Map
- Fragment container is setted as blurbehindview
- If i scroll map, then go to another activity, then go back, i got that error.
did u fix this issue?