Skip to content

Commit a2a4ad5

Browse files
chore: fix the button can focus twice
1 parent fa4d8ea commit a2a4ad5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/inbox/report/ReportActionCompose/SendButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ function SendButton({isDisabled: isDisabledProp, handleSendMessage}: SendButtonP
6161
// Since the parent View has accessible, we need to set accessible to false here to avoid duplicate accessibility elements.
6262
// On Android when TalkBack is enabled, only the parent element should be accessible, otherwise the button will not work.
6363
accessible={false}
64+
focusable={false}
6465
sentryLabel={CONST.SENTRY_LABEL.REPORT.SEND_BUTTON}
6566
>
6667
{({pressed}) => (

0 commit comments

Comments
 (0)