Skip to content

Commit

Permalink
Merge pull request #52072 from ChavdaSachin/fix-51432/Close-Focus-pop…
Browse files Browse the repository at this point in the history
…up-for-backdrop-click-and-back-button-click
  • Loading branch information
cead22 authored Nov 12, 2024
2 parents b830e70 + 2b630e9 commit 3023d60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/FocusModeNotification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ function FocusModeNotification() {
confirmText={translate('common.buttonConfirm')}
onConfirm={User.clearFocusModeNotification}
shouldShowCancelButton={false}
onBackdropPress={User.clearFocusModeNotification}
onCancel={User.clearFocusModeNotification}
prompt={
<Text>
{translate('focusModeUpdateModal.prompt')}
Expand Down

0 comments on commit 3023d60

Please sign in to comment.