From dd8b4ffdf6faf2b899cdcd3ba6c78913a2f579d1 Mon Sep 17 00:00:00 2001 From: Maxim Ten Date: Tue, 27 Mar 2018 12:26:02 +0700 Subject: [PATCH] typo fix --- Examples/simple-fcm-client/app/Listeners.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/simple-fcm-client/app/Listeners.js b/Examples/simple-fcm-client/app/Listeners.js index 942e9f2..54a62c2 100644 --- a/Examples/simple-fcm-client/app/Listeners.js +++ b/Examples/simple-fcm-client/app/Listeners.js @@ -49,7 +49,7 @@ export function registerAppListener(navigation){ console.log("Notification", notif); if(Platform.OS ==='ios' && notif._notificationType === NotificationType.WillPresent && !notif.local_notification){ - // this notification is only to decide if you want to show the notification when user if in forground. + // this notification is only to decide if you want to show the notification when user if in foreground. // usually you can ignore it. just decide to show or not. notif.finish(WillPresentNotificationResult.All) return; -- 2.26.2