Commit dd8b4ffd authored by Maxim Ten's avatar Maxim Ten

typo fix

parent 2dccdbee
...@@ -49,7 +49,7 @@ export function registerAppListener(navigation){ ...@@ -49,7 +49,7 @@ export function registerAppListener(navigation){
console.log("Notification", notif); console.log("Notification", notif);
if(Platform.OS ==='ios' && notif._notificationType === NotificationType.WillPresent && !notif.local_notification){ 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. // usually you can ignore it. just decide to show or not.
notif.finish(WillPresentNotificationResult.All) notif.finish(WillPresentNotificationResult.All)
return; return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment