Closed MGaetan89 closed 1 month ago
Overall Project | 50.1% | 🟢 |
---|
There is no coverage information present for the Files changed
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: https://github.com/SRGSSR/pillarbox-android/issues/702
Pull request
Description
This PR updates to AndroidX Navigation 2.8.0. The changelog is available here.
Changes made
NavHost
to 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 thebuName
workaround inContentList
.compsable(KClass)
(in addition tocomposable<Route>
) (see b/361863272): this should allow us to remove theaddContentListRoute
function in bothListsHome
files (inpillarbox-demo
andpillarbox-demo-tv
).Checklist
main
branch.