Change view state name

This commit is contained in:
ismailgulek
2020-09-17 15:58:25 +03:00
parent 75c2620695
commit 4325fb8bcf
3 changed files with 5 additions and 5 deletions

View File

@@ -116,7 +116,7 @@ final class EnterPinCodeViewModel: EnterPinCodeViewModelType {
// check if this PIN is allowed
if pinCodePreferences.notAllowedPINs.contains(currentPin) {
viewMode = .notAllowedPin
update(viewState: .blockedPin)
update(viewState: .notAllowedPin)
return
}
// go to next screen