Video Chat Improvements

This commit is contained in:
Ilya Laktyushin
2021-06-12 18:11:26 +03:00
parent 3b34ee26b7
commit f36bba8143
16 changed files with 321 additions and 88 deletions

View File

@@ -277,6 +277,9 @@ func changePhoneNumberCodeController(context: AccountContext, phoneNumber: Strin
}
let presentationData = context.sharedContext.currentPresentationData.with { $0 }
presentControllerImpl?(OverlayStatusController(theme: presentationData.theme, type: .success), nil)
let _ = dismissServerProvidedSuggestion(account: context.account, suggestion: .validatePhoneNumber).start()
dismissImpl?()
}))
}