From 6a37cd20b50e80261703f25775a010089b764658 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Wed, 5 Jun 2024 20:20:16 +0200 Subject: [PATCH] fix wrong content description of back button in ViewThreadActivity (#4491) "Open Drawer" makes no sense here. Removing the attribute makes the description fall back to the default "Navigate up" which is better. --- app/src/main/res/layout/activity_view_thread.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/activity_view_thread.xml b/app/src/main/res/layout/activity_view_thread.xml index 5245a3b3f..9db876cc7 100644 --- a/app/src/main/res/layout/activity_view_thread.xml +++ b/app/src/main/res/layout/activity_view_thread.xml @@ -1,7 +1,7 @@ @@ -19,8 +19,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" app:contentInsetStartWithNavigation="0dp" - app:layout_scrollFlags="scroll|enterAlways" - app:navigationContentDescription="@string/action_open_drawer" /> + app:layout_scrollFlags="scroll|enterAlways" /> + - +