android / tv-samples

Multiple samples showing best practices in app development on Android TV.
Apache License 2.0
1.02k stars 329 forks source link

JetStreamCompose Sample Project - Details Screen Does Not Show Selected Movie #113

Closed androiddeveloperfl closed 1 year ago

androiddeveloperfl commented 1 year ago

I'm running an un-modified copy of the Official 'Jetpack Compose for TVSamples' project - and I'm trying to figure out why the 'MovieDetailsScreen.kt' never successfully displays the movie clicked on / selected in 'HomeScreen.kt'.

Official Google Source code (with the bug in it):

https://github.com/android/tv-samples/tree/main/JetStreamCompose

Long story short: No matter which movie is selected:

enter image description here

...the 'details screen' always displays the same movie (which isn't the one clicked):

enter image description here

Any suggestions / tips are appreciated.

vighnesh153 commented 1 year ago

Thanks for reporting. We will investigate this and get back.