Skip to content

Commit

Permalink
Remove content description from ActionableEmptyView
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Oct 8, 2024
1 parent 4e2ce9e commit 8cda558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordPress/src/main/res/layout/actionable_empty_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_extra_large"
android:adjustViewBounds="true"
android:contentDescription="@string/content_description_person_reading_device_notification"
android:contentDescription="@null"
android:visibility="gone" />

<ProgressBar
Expand Down

0 comments on commit 8cda558

Please sign in to comment.