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

[BUG] App crashes when trying to focus item on back navigation #179

Closed GeorgiBurgazliev closed 3 weeks ago

GeorgiBurgazliev commented 1 month ago

Steps to reproduce:

  1. Choose a row (for example Trending)
  2. Move the focus so you hide the first item (for example go to "The invisible man")
  3. Open details
  4. Navigate back.

App crashes: FocusRequester is not initialized.

chikoski commented 4 weeks ago

@GeorgiBurgazliev Is this issue for JetStream? Just in case.

chikoski commented 4 weeks ago

Thanks for reporting this. I could reproduce the issue with the steps.

chikoski commented 3 weeks ago

I believe this issue is fixed with #180.