Enable the App Lock feature. (#1990)
This commit is contained in:
@@ -149,9 +149,7 @@ class AppCoordinator: AppCoordinatorProtocol, AuthenticationCoordinatorDelegate,
|
||||
return
|
||||
}
|
||||
|
||||
if appSettings.appLockFlowEnabled,
|
||||
appSettings.appLockIsMandatory,
|
||||
!appLockFlowCoordinator.appLockService.isEnabled {
|
||||
if appSettings.appLockIsMandatory, !appLockFlowCoordinator.appLockService.isEnabled {
|
||||
stateMachine.processEvent(.startWithAppLockSetup)
|
||||
} else {
|
||||
stateMachine.processEvent(.startWithExistingSession)
|
||||
|
||||
Reference in New Issue
Block a user