Various fixes

This commit is contained in:
Ilya Laktyushin 2025-05-18 04:35:56 +04:00
parent 3b7ddc33ee
commit e5762bd9c8
13 changed files with 80 additions and 32 deletions

View file

@ -2401,7 +2401,6 @@ private func extractAccountManagerState(records: AccountRecordsView<TelegramAcco
private func reportFailedIncomingCallKitCall() {
if #available(iOS 14.4, *) {
} else {
guard let callKitIntegration = CallKitIntegration.shared else {
return
}