Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 4d79c4a

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 47c0f74 + f77d3ea commit 4d79c4a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/messaging/messaging.ios.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,6 @@ export function prepAppDelegate() {
251251

252252
_addObserver(UIApplicationDidBecomeActiveNotification, appNotification => {
253253
_processPendingNotifications();
254-
255-
if (typeof (FIRMessaging) !== "undefined") {
256-
FIRMessaging.messaging().shouldEstablishDirectChannel = true;
257-
}
258254
});
259255
}
260256

0 commit comments

Comments
 (0)