mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 07:27:42 +02:00
Device Verification: Display the "The other party cancelled the verification." modal
This commit is contained in:
@@ -84,11 +84,11 @@ final class DeviceVerificationCoordinator: DeviceVerificationCoordinatorType {
|
||||
return // TODO
|
||||
}
|
||||
|
||||
//let rootCoordinator = sself.createDeviceVerificationStartCoordinator(otherUser: otherUser, otherDevice: otherDevice)
|
||||
let rootCoordinator = sself.createDeviceVerificationStartCoordinator(otherUser: otherUser, otherDevice: otherDevice)
|
||||
|
||||
// TODO: To remove. Only for dev
|
||||
let rootCoordinator = DeviceVerificationVerifyCoordinator(session: sself.session)
|
||||
rootCoordinator.delegate = self
|
||||
//let rootCoordinator = DeviceVerificationVerifyCoordinator(session: sself.session)
|
||||
//rootCoordinator.delegate = self
|
||||
|
||||
rootCoordinator.start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user