From dc785fc11660c0a6aa1082782cb218ac1b78a168 Mon Sep 17 00:00:00 2001 From: Hocuri Date: Sat, 4 Jan 2025 19:13:45 +0100 Subject: [PATCH] fix: Remove long stacktrace that flooded the logcat (#3512) Everytime I attached an image, I got a super long stacktrace in the logcat. I found it to be [this problem](https://stackoverflow.com/questions/71746801/getting-failed-to-inflate-colorstatelist-leaving-it-to-the-framework-when-usi) and applied the fix described there. --- src/main/res/layout/webxdc_view.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/res/layout/webxdc_view.xml b/src/main/res/layout/webxdc_view.xml index 45baac6d67..9d6f601ac0 100644 --- a/src/main/res/layout/webxdc_view.xml +++ b/src/main/res/layout/webxdc_view.xml @@ -20,6 +20,7 @@ android:layout_width="128dp" android:layout_height="128dp" android:scaleType="centerCrop" + app:strokeColor="@null" app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.App.CornerSize10Percent" />