Remove variable and use inline check

This commit is contained in:
ismailgulek
2020-09-30 16:03:13 +03:00
parent 03f7b20848
commit ca87dc6c83
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -528,7 +528,7 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
wrongBackupVersionAlert = nil;
}
if ([self.localAuthenticationService shouldShowInactiveScreen])
if ([self.localAuthenticationService isProtectionSet] && ![BiometricsAuthenticationPresenter isPresenting])
{
if (self.setPinCoordinatorBridgePresenter)
{