Re-enable voip

This commit is contained in:
Ali 2021-09-22 13:59:02 +03:00
parent adbb6f6129
commit c5614c77e4

View File

@ -1489,10 +1489,6 @@ final class SharedApplicationContext {
}
public func pushRegistry(_ registry: PKPushRegistry, didReceiveIncomingPushWith payload: PKPushPayload, for type: PKPushType) {
if "".isEmpty {
return;
}
if #available(iOS 9.0, *) {
/*guard var encryptedPayload = payload.dictionaryPayload["p"] as? String else {
return