ben-xD / push

Push notifications in Flutter without firebase_messaging.
https://pub.dev/packages/push
36 stars 22 forks source link

fix(ios): don't show duplicate first tapped notification #25

Closed ben-xD closed 11 months ago

ben-xD commented 11 months ago

The first tapped notification (that started app) was duplicated in onNotificationTap and notificationTapWhichLaunchedAppFromTerminated

@kaiquegazola, looks like that code removed in https://github.com/ben-xD/push/pull/19 was there for a reason, but it was buggy so this should fix it.

Closes https://github.com/ben-xD/push/issues/24

ben-xD commented 11 months ago

Push 1.0.3 has this fix.