Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a bug where blurred SurfaceView (Google Map) does not update #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

savked
Copy link

@savked savked commented Oct 16, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant