BF: PIN Code: Do not show verification dialog at the top of PIN code.

This commit is contained in:
manuroe
2020-09-29 17:02:02 +02:00
parent 428d6a5ede
commit 43dbae24a0
4 changed files with 44 additions and 27 deletions
@@ -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;