Skip to content

Commit

Permalink
fix: Remove long stacktrace that flooded the logcat (#3512)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Hocuri authored Jan 4, 2025
1 parent 884be3a commit dc785fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/res/layout/webxdc_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
android:layout_width="128dp"
android:layout_height="128dp"
android:scaleType="centerCrop"
app:strokeColor="@null"
app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.App.CornerSize10Percent" />

<TextView android:id="@+id/webxdc_app_name"
Expand Down

0 comments on commit dc785fc

Please sign in to comment.