Fix call-back action, which requires phone number

This commit is contained in:
Michael Kirk 2019-02-07 11:39:32 -07:00
parent b22348f860
commit b0254fddd5

View file

@ -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 {