close dialog after clicking continue
This commit is contained in:
parent
469d533964
commit
b210c9cb76
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ export default class NewSessionReviewDialog extends React.PureComponent {
|
|||
member: cli.getUser(request.otherUserId),
|
||||
},
|
||||
});
|
||||
this.props.onFinished(true);
|
||||
// Modal.createTrackedDialog('New Session Verification', 'Starting dialog', DeviceVerifyDialog, {
|
||||
// userId,
|
||||
// [verificationMethods.SAS, SHOW_QR_CODE_METHOD],
|
||||
|
|
Loading…
Reference in a new issue