mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Update API [skip ci]
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user