Blur-LIB-Android
Blur-LIB-Android copied to clipboard
Fixed a bug where blurred SurfaceView (Google Map) does not update
When blurring another SurfaceView/TextureView like Google Maps MapView for example. The BlurBehindLayout takes the renderer of that view and it becomes unresponsive. For example, moving the map around will show in the blurred view, but not in the main MapView.
I would imagine there is probably a more efficient way of fixing this instead of calling requestLayout()
on each update, but I am not skilled enough to get to the bottom of it.