From a13479ea689ecca3840e9f1fdc0f071cebf95bce Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 19 May 2025 20:11:41 +0300 Subject: [PATCH] add large content viewer to tabs --- 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 92be6c67e7..f881aa5747 100644 --- a/src/view/shell/bottom-bar/BottomBar.tsx +++ b/src/view/shell/bottom-bar/BottomBar.tsx @@ -395,7 +395,9 @@ function Btn({ accessible={accessible} accessibilityLabel={accessibilityLabel} accessibilityHint={accessibilityHint} - targetScale={0.8}> + targetScale={0.8} + accessibilityLargeContentTitle={accessibilityLabel} + accessibilityShowsLargeContentViewer> {icon} {notificationCount ? (