mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Device Verification: Hack EncryptionInfoView to display the new device verification flow when the user taps on "Verify"
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user