-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
I have SupportMapFragment and CardView above it. BlurBehindLayout is situated inside this CardView.
Im getting this log everytime :
W/GLConsumer: [SurfaceTexture-3-17437-2] bindTextureImage: clearing GL error: 0x500
What does it mean? How to fix it?
Layout is :
<no.danielzeller.blurbehindlib.BlurBehindLayout
android:foreground="#ADFFFFFF"
android:visibility="gone"
android:id="@+id/blurBehindLayout"
android:layout_width="match_parent"
android:layout_height="56dp"
android:layout_marginBottom="8dp"
app:blurRadius="10.0"
app:updateMode="continuously"
app:useTextureView="true"
app:blurTextureScale="0.2"
app:useChildAlphaAsMask="false">
<!-- Add Children -->
</no.danielzeller.blurbehindlib.BlurBehindLayout>
Metadata
Metadata
Assignees
Labels
No labels