Fix call-back action, which requires phone number

pull/1/head
Michael Kirk 6 years ago
parent b22348f860
commit b0254fddd5

@ -263,7 +263,7 @@ public class NotificationPresenter: NSObject, NotificationsProtocol {
let userInfo = [
AppNotificationUserInfoKey.threadId: threadId,
AppNotificationUserInfoKey.localCallId: call.localId.uuidString
AppNotificationUserInfoKey.callBackNumber: remotePhoneNumber
]
DispatchQueue.main.async {

Loading…
Cancel
Save