-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
When a notification is clicked while the app is already in the foreground, the app seems to reload. Specifically, I observe that "LaunchedEffectApp is called" reappears in the log. This behavior complicates navigation that relies on payload data from notifications. I am looking for ways to prevent this unnecessary reload.
KMPNotifier and Kotlin version:
kmpnotifier version: 1.6.0, kotlin version: 2.2.0
Steps to reproduce the bug:
- Run the sample project in this repository on an Android device.
- Trigger a notification
- Click the notification while the app is in the foreground.
- Inspect the logs. Note that "LaunchedEffectApp is called" appears after the "Notification clicked" log entry.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels