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