Merge branch 'mkirk/fix-call-back-action'

pull/1/head
Michael Kirk 7 years ago
commit 44ea962c3a

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

Loading…
Cancel
Save