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
Is there a StackOverflow question about this issue?
I have searched StackOverflow
Is this an issue related to one of the samples?
Yes, this is a specific issue related to this samples repo.
Sample app
Other (bug not related to sample app)
What happened?
I've encountered an issue with Compose where clicking on a notification does not directly navigate to the intended page within the app. Instead, the app restarts before performing the navigation. This behavior is inconsistent with the expected user experience.
Steps to Reproduce:
Set up a notification with a pending intent that should navigate to a specific page within the app.
Send the notification while the app is running in the background.
Click on the notification.
Expected Result:
The app should navigate directly to the target page without restarting.
Actual Result:
The app restarts before navigating to the target page.
Additional Context:
Attempting to create a new Activity to handle the navigation results in an inability to access the main context, which is necessary for the navigation.
This issue impacts the user experience, as the restart introduces unnecessary delay and disrupts the app's state.
Proposed Solution:
It would be beneficial to have a mechanism that allows direct navigation to the target page without requiring an app restart. Alternatively, providing a way to access the main context from a new Activity would also resolve this issue.
Thank you for your attention to this matter. I look forward to your feedback and any potential solutions or workarounds.
Feel free to adjust the details as necessary to better match your specific situation.
Relevant logcat output
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Is there a StackOverflow question about this issue?
Is this an issue related to one of the samples?
Sample app
Other (bug not related to sample app)
What happened?
I've encountered an issue with Compose where clicking on a notification does not directly navigate to the intended page within the app. Instead, the app restarts before performing the navigation. This behavior is inconsistent with the expected user experience.
Steps to Reproduce:
Set up a notification with a pending intent that should navigate to a specific page within the app.
Send the notification while the app is running in the background.
Click on the notification.
Expected Result:
The app should navigate directly to the target page without restarting.
Actual Result:
The app restarts before navigating to the target page.
Additional Context:
Attempting to create a new Activity to handle the navigation results in an inability to access the main context, which is necessary for the navigation.
This issue impacts the user experience, as the restart introduces unnecessary delay and disrupts the app's state.
Environment:
org.jetbrains.kotlin.plugin.compose Version: 2.1.10
Android Version: 15
Device: Redmi K60 Uturl
Proposed Solution:
It would be beneficial to have a mechanism that allows direct navigation to the target page without requiring an app restart. Alternatively, providing a way to access the main context from a new Activity would also resolve this issue.
Thank you for your attention to this matter. I look forward to your feedback and any potential solutions or workarounds.
Feel free to adjust the details as necessary to better match your specific situation.
Relevant logcat output
Code of Conduct
The text was updated successfully, but these errors were encountered: