Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
I remember Phil was once against this. What do you think? Also, we need the node reference structure to do this (input focus was working on this, how is it now?)
jb...@google.com <jb...@google.com>
ju...@google.com <ju...@google.com> #3
Since this hasn't been implemented yet, please consider the case where the user needs to access the FAB (or other component) while they're in the middle of an infinitely scrolling list (like a Twitter feed) when adding support.
The traversal methods had limited usefulness (but agreed with Fanny, they were useful :+1:) since they would only work at the start of a user journey. If the user wants to navigate from a list item to a FAB or an action item in the app bar and back, then it's less useful.
Description
Compose libraries with a
Lifecycle
dependency mostly still depend on version2.3.1
. There have been 2 minor version releases that include lots of features and bug fixes.Would be nice if Compose upgraded its dependency to
2.5.1
to get all of the latest changes.