Open petrusgomes opened 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
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