From 0fadb6f3fdc3f44836a984875f65714bd34e6caf Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Wed, 20 Sep 2023 16:23:21 +0200 Subject: [PATCH] fix: Set the contentDescription for avatars --- app/lint-baseline.xml | 28 ++----------------- .../res/layout/item_report_notification.xml | 2 +- .../res/layout/item_status_notification.xml | 3 +- 3 files changed, 6 insertions(+), 27 deletions(-) diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml index 91cdd4588..f99bb85a8 100644 --- a/app/lint-baseline.xml +++ b/app/lint-baseline.xml @@ -4894,7 +4894,7 @@ errorLine2=" ~~~~~~~~"> @@ -4905,7 +4905,7 @@ errorLine2=" ~~~~~~~~"> @@ -4916,7 +4916,7 @@ errorLine2=" ~~~~~~~~"> @@ -5272,28 +5272,6 @@ column="6"/> - - - - - - - - + android:contentDescription="@string/action_view_profile" /> + app:layout_constraintEnd_toEndOf="@id/notification_status_avatar" + android:contentDescription="@string/action_view_profile" />