Hi everyone, I have a question. I’m using native notifications for both platforms in a Jetpack Compose app. The issue I’m facing is that when the app is in the background or closed, I’m unable to open a specific screen from the notification.
However, if I send a notification while the app is running, then close the app and tap the notification, it does open the specific screen correctly.
Any idea how I can fix this so the screen opens properly whether the app is in the background or not running at all?