Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Notification Click Does Not Navigate to Target Page Without App Restart #1537

Open
4 tasks done
xiaoye-kotlin opened this issue Mar 6, 2025 · 0 comments
Open
4 tasks done
Assignees
Labels
bug Something isn't working triage me Issue that needs to be triaged

Comments

@xiaoye-kotlin
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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.

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

  • I agree to follow this project's Code of Conduct
@xiaoye-kotlin xiaoye-kotlin added bug Something isn't working triage me Issue that needs to be triaged labels Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage me Issue that needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants