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
…954)

Signed-off-by: Pooja Babusingh <[email protected]>
Co-authored-by: Pooja Babusingh <[email protected]>
  • Loading branch information
PoojaBabusing and PoojaBabusingh authored Oct 23, 2023
1 parent 501a0c7 commit e79599f
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 e79599f

Please sign in to comment.