mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Device Verification: Verify screen: bind transaction.confirmSASMatch()
This commit is contained in:
@@ -37,6 +37,16 @@ final class DeviceVerificationVerifyCoordinator: DeviceVerificationVerifyCoordin
|
||||
weak var delegate: DeviceVerificationVerifyCoordinatorDelegate?
|
||||
|
||||
// MARK: - Setup
|
||||
|
||||
// TODO: To remove. Only for dev
|
||||
init(session: MXSession) {
|
||||
self.session = session
|
||||
|
||||
let deviceVerificationVerifyViewModel = DeviceVerificationVerifyViewModel(session: self.session)
|
||||
let deviceVerificationVerifyViewController = DeviceVerificationVerifyViewController.instantiate(with: deviceVerificationVerifyViewModel)
|
||||
self.deviceVerificationVerifyViewModel = deviceVerificationVerifyViewModel
|
||||
self.deviceVerificationVerifyViewController = deviceVerificationVerifyViewController
|
||||
}
|
||||
|
||||
init(session: MXSession, transaction: MXSASTransaction) {
|
||||
self.session = session
|
||||
|
||||
Reference in New Issue
Block a user