mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Adjust CallKit integration
This commit is contained in:
@@ -240,7 +240,7 @@ public final class PresentationCallManagerImpl: PresentationCallManager {
|
||||
|
||||
answerCallImpl = { [weak self] uuid in
|
||||
if let strongSelf = self {
|
||||
strongSelf.currentCall?.answer()
|
||||
strongSelf.currentCall?.answer(fromCallKitAction: true)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user