Closed androiddeveloperfl closed 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:
...the 'details screen' always displays the same movie (which isn't the one clicked):
Any suggestions / tips are appreciated.
Thanks for reporting. We will investigate this and get back.
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:
...the 'details screen' always displays the same movie (which isn't the one clicked):
Any suggestions / tips are appreciated.