tvbarthel / BlurDialogFragment

Library project to display DialogFragment with a blur effect.
Apache License 2.0
2.09k stars 334 forks source link

Blank (white) AppBarLayout after scroll #63

Open petrusgomes opened 8 years ago

petrusgomes commented 8 years ago

Hi,

I noticed a bug on my AppbarLayout that seems to be caused by the lib. I'm calling the SupportBlurDialogFragment a few times from a RecyclerView. When I scroll back to show the toolbar, it is completely white.

The result is the same as this fixed bug from the support library: https://code.google.com/p/android/issues/detail?id=178037

Using the default DialogFragment don't result on the bug, only the Blur version. I tried with and without RenderScript.

With some direction, I can try to debug here...

Thanks