Fix Manus comments

This commit is contained in:
ismailgulek
2020-07-22 22:45:20 +03:00
parent 79d429bd3a
commit 1940736655
4 changed files with 15 additions and 17 deletions

View File

@@ -67,8 +67,11 @@ final class EnterPinCodeViewModel: EnterPinCodeViewModelType {
currentPin.removeAll()
// go back to first state
self.update(viewState: .choosePin)
case .forgotPinAlertAction:
case .forgotPinAlertResetAction:
self.coordinatorDelegate?.enterPinCodeViewModelDidCompleteWithReset(self)
case .forgotPinAlertCancelAction:
// no-op
break
}
}