Support updated API

This commit is contained in:
Ali
2021-06-22 17:46:03 +04:00
parent 77e55e973c
commit d162be39d5
6 changed files with 123 additions and 53 deletions

View File

@@ -952,7 +952,7 @@ final class BotCheckoutControllerNode: ItemListControllerNode, PKPaymentAuthoriz
switch value {
case .notSet:
break
case let .set(hint, _, _, _):
case let .set(hint, _, _, _, _):
if !hint.isEmpty {
strongSelf.passwordTip = hint
}