From fc944841ce3ad31f0b601eed62001ff3614fbbac Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 15 Oct 2025 19:02:47 +0300 Subject: [PATCH] add large content viewer to tabs (#8394) --- src/view/shell/bottom-bar/BottomBar.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/view/shell/bottom-bar/BottomBar.tsx b/src/view/shell/bottom-bar/BottomBar.tsx index 4b596869e0..0e0eb79e8d 100644 --- a/src/view/shell/bottom-bar/BottomBar.tsx +++ b/src/view/shell/bottom-bar/BottomBar.tsx @@ -405,7 +405,9 @@ function Btn({ accessible={accessible} accessibilityLabel={accessibilityLabel} accessibilityHint={accessibilityHint} - targetScale={0.8}> + targetScale={0.8} + accessibilityLargeContentTitle={accessibilityLabel} + accessibilityShowsLargeContentViewer> {icon} {notificationCount ? (