diff --git a/mastodon/src/main/res/layout/edit_timeline.xml b/mastodon/src/main/res/layout/edit_timeline.xml index 95f23ba81..97a1d23a1 100644 --- a/mastodon/src/main/res/layout/edit_timeline.xml +++ b/mastodon/src/main/res/layout/edit_timeline.xml @@ -196,7 +196,8 @@ android:layout_height="wrap_content" android:layout_marginStart="16dp" android:focusable="false" - android:clickable="false"/> + android:clickable="false" + android:importantForAccessibility="no"/> diff --git a/mastodon/src/main/res/layout/fragment_report_comment.xml b/mastodon/src/main/res/layout/fragment_report_comment.xml index 0bb44cc07..b95cd27d0 100644 --- a/mastodon/src/main/res/layout/fragment_report_comment.xml +++ b/mastodon/src/main/res/layout/fragment_report_comment.xml @@ -66,7 +66,8 @@ android:layout_alignParentEnd="true" android:layout_alignParentTop="true" android:layout_marginStart="16dp" - android:checked="true"/> + android:checked="true" + android:importantForAccessibility="no"/> + android:clickable="false" + android:importantForAccessibility="no"/>