diff --git a/Riot/Modules/Application/LegacyAppDelegate.m b/Riot/Modules/Application/LegacyAppDelegate.m index 3851deb853..b27765ad5c 100644 --- a/Riot/Modules/Application/LegacyAppDelegate.m +++ b/Riot/Modules/Application/LegacyAppDelegate.m @@ -3376,8 +3376,7 @@ - (void)checkCrossSigningForSession:(MXSession*)mxSession case MXCrossSigningStateCrossSigningExists: MXLogDebug(@"[AppDelegate] handleAppState: presentVerifyCurrentSessionAlertIfNeededWithSession"); [self.masterTabBarController presentVerifyCurrentSessionAlertIfNeededWithSession:mxSession]; - // Temporarily disabled until we have a way to reset from the verification screen. - // [self.masterTabBarController presentVerificationRequiredBannerWithSession:mxSession]; + [self.masterTabBarController presentVerificationRequiredBannerWithSession:mxSession]; break; case MXCrossSigningStateCanCrossSign: MXLogDebug(@"[AppDelegate] handleAppState: presentReviewUnverifiedSessionsAlertIfNeededWithSession");