Fix crashes

This commit is contained in:
Zakhar Timoshenko
2023-12-11 18:46:35 +03:00
parent 54c646ceb0
commit 5df76fd881
2 changed files with 12 additions and 8 deletions

View File

@@ -121,7 +121,12 @@
</style>
<style name="Widget.Kotatsu.Chip" parent="Widget.Material3.Chip.Suggestion">
<item name="chipBackgroundColor">?attr/m3ColorBackground</item>
<item name="rippleColor">?attr/colorControlHighlight</item>
<!-- Custom chip states -->
<item name="android:clickable">true</item>
<item name="android:focusable">true</item>
</style>
<style name="Widget.Kotatsu.Chip.Filter" parent="Widget.Material3.Chip.Filter">