Skip to content

Commit

Permalink
feat(INJI-299): show otp screen while showing cancel Download popup
Browse files Browse the repository at this point in the history
Signed-off-by: Pooja Babusingh <[email protected]>
  • Loading branch information
PoojaBabusingh committed Oct 23, 2023
1 parent 501a0c7 commit 0b2c94d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion screens/Home/MyVcs/AddVcModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ export const AddVcModal: React.FC<AddVcModalProps> = props => {
/>

<OtpVerificationModal
isVisible={controller.isAcceptingOtpInput}
isVisible={
controller.isAcceptingOtpInput || controller.isDownloadCancelled
}
onDismiss={controller.DISMISS}
onInputDone={controller.INPUT_OTP}
error={controller.otpError}
Expand Down

0 comments on commit 0b2c94d

Please sign in to comment.