Device Verification: Hack EncryptionInfoView to display the new device verification flow when the user taps on "Verify"

This commit is contained in:
manuroe
2019-04-17 09:51:32 +02:00
parent 66f8308451
commit 3593907360
3 changed files with 53 additions and 1 deletions
@@ -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