You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android, onNotificationClicked is invoked after I added NotifierManager.onCreateOrOnNewIntent(intent) in MainActivity's onCreate and onNewIntent methods.
KMPNotifier and Kotlin version:
kmpnotifier version: 1.3.0, kotlin version: 2.0.20
Describe the bug
Clicking on push notification doesn't result in onNotificationClicked invocation of NotifierManager.Listener
In which platform bug occurs?
android, ios
To Reproduce
Logcat output after tapping the notification bubble:
Expected behavior
When user taps on notification bubble, onNotificationClicked should be invoked
Additional info to help reproduce
Demo project: https://github.com/mcicak/laboratory/tree/main/WebShop
Notifier manager initialisation: https://github.com/mcicak/laboratory/blob/main/WebShop/composeApp/src/commonMain/kotlin/rs/symphony/cicak/webshop/di/AppInitializer.kt
The text was updated successfully, but these errors were encountered: