Open avencat opened 6 years ago
Hi, On Android, when I receive a notification, on the onNotification method, the userInteraction field is missing so I get:
onNotification
userInteraction
{ …notification, foreground: true, }
instead of:
{ …notification, foreground: true, userInteraction: false, }
Another issue (more annoying) is when I tap on the notification on the Notification Center and the app is open in foreground, I get:
{ …notification, foreground: false, userInteraction: true, }
{ …notification, foreground: true, userInteraction: true }
Hi, On Android, when I receive a notification, on the
onNotification
method, theuserInteraction
field is missing so I get:instead of:
Another issue (more annoying) is when I tap on the notification on the Notification Center and the app is open in foreground, I get:
instead of: