You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: