diff options
Diffstat (limited to 'src/view/shell/Composer.tsx')
-rw-r--r-- | src/view/shell/Composer.tsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/view/shell/Composer.tsx b/src/view/shell/Composer.tsx index e0a75090d..e87fea647 100644 --- a/src/view/shell/Composer.tsx +++ b/src/view/shell/Composer.tsx @@ -56,7 +56,10 @@ export const Composer = observer( } return ( - <Animated.View style={[styles.wrapper, pal.view, wrapperAnimStyle]}> + <Animated.View + style={[styles.wrapper, pal.view, wrapperAnimStyle]} + aria-modal + accessibilityViewIsModal> <ComposePost replyTo={replyTo} onPost={onPost} |