From 00a1e3c1d0184dccc6714e6ce2944beea0069978 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 9 Jul 2025 16:09:17 +0200 Subject: [PATCH] [a11y] Fix talkback saying twice "Report room" --- .../android/features/home/impl/roomlist/RoomListContextMenu.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/roomlist/RoomListContextMenu.kt b/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/roomlist/RoomListContextMenu.kt index 27883e88d5..2a6cfee502 100644 --- a/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/roomlist/RoomListContextMenu.kt +++ b/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/roomlist/RoomListContextMenu.kt @@ -176,7 +176,6 @@ private fun RoomListModalBottomSheetContent( leadingContent = ListItemContent.Icon( iconSource = IconSource.Vector( CompoundIcons.ChatProblem(), - contentDescription = stringResource(CommonStrings.action_report_room), ) ), style = ListItemStyle.Destructive,