Bug P2
Status Update
Comments
co...@netplus.pro <co...@netplus.pro> #2
Kotlin version used is 2.0.20.
And the compose material3 version is 1.3.0.
And the compose material3 version is 1.3.0.
rv...@google.com <rv...@google.com> #3
Assigning to Jetpack Compose team for the focus restoration query.
je...@google.com <je...@google.com> #4
Assigning to the Navigation team. It could be we need Ralston involved. Let me know.
il...@google.com <il...@google.com>
jj...@gmail.com <jj...@gmail.com> #5
Hello guys,
Any update on this ? Just to know if we need to take time on a dirty hack to go in production or if a fix will be shortly available ?
Thank you
m....@gmail.com <m....@gmail.com> #6
Hello, Any update on this. It seems to still be broken
Description
Component used: TV
Version used: latest version of navigation-compose (2.8.0) and latest version of kotlin (2.10.0)
Devices/Android versions reproduced on: All devices (latest test on emulator Android TV with API 34)
Here's my sample to reproduce the issue :
I have a two screens on my sample app : Home and Details. On the HomeScreen I've a LazyVerticalGrid of 100 elements and the DetailsScreen is just a back button.
When I scroll on the HomeScreen, enter in the DetailsScreen and go back, the focus is not restored on the pressed card.
Is there a simple way to implement the focus restoration (without setting a focus restorer to all cards) ?