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

Update Notification to work with Compose Navigation #154

Merged
merged 4 commits into from
Mar 23, 2021

Conversation

igorescodro
Copy link
Owner

The idea is to remove all the ViewSystem Navigation code and update to Compose Navigation, making the task notification work again.

Now in Compose all the communication between composables are made via
Deeplink instead of NavDeepLinkBuilder. So the Manifest was updated
to have a dedicated deep link and the Composable for TaskDetail was
updated.
New module created to contain the URIs and nodes for the navigation.
All the Navigation destinations were moved to the new module to avoid
hard-coded URIs all over the project.
@igorescodro igorescodro merged commit 34549b5 into alkaa-2.0 Mar 23, 2021
@igorescodro igorescodro deleted the feature/alarm branch March 23, 2021 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant