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

View File

@@ -16,7 +16,16 @@
#import <MatrixKit/MatrixKit.h>
/**
TODO: This view as it is implemented in this class must disappear.
It should be part of the device verification flow (`DeviceVerificationCoordinator`).
*/
@interface EncryptionInfoView : MXKEncryptionInfoView
/**
Open the legacy simple verification screen
*/
- (void)displayLegacyVerificationScreen;
@end