Update API [skip ci]

This commit is contained in:
Ali
2021-11-23 17:07:59 +04:00
parent c2112fcfab
commit 3e60c417bf
18 changed files with 210 additions and 116 deletions

View File

@@ -137,6 +137,8 @@ final class AuthorizationSequenceCodeEntryController: ViewController {
minimalCodeLength = Int(length)
case .flashCall:
break
case let .missedCall(_, length):
minimalCodeLength = Int(length)
}
if self.controllerNode.currentCode.count < minimalCodeLength {