mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 19:10:49 +02:00
BF: PIN Code: Do not show verification dialog at the top of PIN code.
This commit is contained in:
@@ -144,6 +144,20 @@
|
||||
*/
|
||||
- (void)refreshTabBarBadges;
|
||||
|
||||
/**
|
||||
Verify the current device if needed.
|
||||
|
||||
@param session the matrix session.
|
||||
*/
|
||||
- (void)presentVerifyCurrentSessionAlertIfNeededWithSession:(MXSession*)session;
|
||||
|
||||
/**
|
||||
Verify others device if needed.
|
||||
|
||||
@param session the matrix session.
|
||||
*/
|
||||
- (void)presentReviewUnverifiedSessionsAlertIfNeededWithSession:(MXSession*)session;
|
||||
|
||||
|
||||
// Reference to the current auth VC. It is not nil only when the auth screen is displayed.
|
||||
@property (nonatomic, readonly) AuthenticationViewController *authViewController;
|
||||
|
||||
Reference in New Issue
Block a user