Fix touch interactions with MaterialSwitch in preferences.

This commit is contained in:
Alex Hart 2023-03-23 09:37:28 -03:00 committed by Greyson Parrelli
parent 631b428a84
commit fd612525a1

View file

@ -61,6 +61,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/dsl_settings_gutter"
android:clickable="false"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"