mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Remove variable and use inline check
This commit is contained in:
@@ -528,7 +528,7 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
|
||||
wrongBackupVersionAlert = nil;
|
||||
}
|
||||
|
||||
if ([self.localAuthenticationService shouldShowInactiveScreen])
|
||||
if ([self.localAuthenticationService isProtectionSet] && ![BiometricsAuthenticationPresenter isPresenting])
|
||||
{
|
||||
if (self.setPinCoordinatorBridgePresenter)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user