Skip to content

Commit d7eae6d

Browse files
committed
fix: readd confirm close on drag down and backdrop press
1 parent 7c39820 commit d7eae6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/Views/confirmations/Confirm/Confirm.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export const Confirm = ({ route }: ConfirmProps) => {
6969

7070
return (
7171
<BottomSheet
72-
isInteractable={false}
7372
onClose={onReject}
7473
style={styles.bottomSheetDialogSheet}
7574
testID="modal-confirmation-container"

0 commit comments

Comments
 (0)