mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Device Verification: Hack EncryptionInfoView to display the new device verification flow when the user taps on "Verify"
This commit is contained in:
@@ -189,7 +189,7 @@ final class DeviceVerificationStartViewController: UIViewController {
|
||||
encryptionInfoView.delegate = self
|
||||
|
||||
// Skip the intro page
|
||||
encryptionInfoView.onButtonPressed(encryptionInfoView.verifyButton)
|
||||
encryptionInfoView.displayLegacyVerificationScreen()
|
||||
|
||||
// Display the legacy verification view in full screen
|
||||
// TODO: Do not reuse the legacy EncryptionInfoView and create a screen from scratch
|
||||
|
||||
Reference in New Issue
Block a user