mmin18/RealtimeBlurView

Any public method to pause blur when activity is paused?

imknown opened this issue · 4 comments

No. And it don't has a pause method.

The blur will only trigger when activity draws, and background activity will not draw (unless the active activity is transparent)

Thx, i created one ViewStub for BlurView on my root Activity (the Activity has fragments).
When i call BlurView.setVisibility(View.GONE), and will it a good way to hide the BlurView?

Yes. If it's hidden, it will not blur.

Thank you a lot. There is one another animator frame-dropped problem. I'll recreate one new.