You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
close dialog after clicking continue
This commit is contained in:
@@ -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],
|
||||||
|
|||||||
Reference in New Issue
Block a user