android / tv-samples

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

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

Closed GeorgiBurgazliev closed 5 months ago

GeorgiBurgazliev commented 5 months 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 5 months ago

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

chikoski commented 5 months ago

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

chikoski commented 5 months ago

I believe this issue is fixed with #180.