-
Notifications
You must be signed in to change notification settings - Fork 4
Update to AndroidX Navigation 2.8.0 #701
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
Conversation
Code Coverage
|
StaehliJ
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds goods but still on the TV, when selecting an item in the player settings, it closed immediatly.
Yes, I've opened a dedicated ticket for that: #702 |
5db065f to
49bf420
Compare
Pull request
Description
This PR updates to AndroidX Navigation 2.8.0. The changelog is available here.
Changes made
NavHostto use type-safe navigation.Hopefully, future versions of AndroidX Navigation will simplify things a bit:
@Serializable(see b/348468840): with that we should be able to remove thebuNameworkaround inContentList.compsable(KClass)(in addition tocomposable<Route>) (see b/361863272): this should allow us to remove theaddContentListRoutefunction in bothListsHomefiles (inpillarbox-demoandpillarbox-demo-tv).Checklist
mainbranch.