Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
Status is still Assigned, but Compose 1.1.0 was already released. Did the ETA change for this feature?
[Deleted User] <[Deleted User]> #3
The Compose Animation APIs Navigation needs (such as AnimatedContent
) are still @Experimental
in Compose 1.1.0.
ap...@google.com <ap...@google.com> #4
Update: Same case for Compose 1.2.0
il...@google.com <il...@google.com> #5
why is this taking so long?
ap...@google.com <ap...@google.com> #6
seriously no update on what is stable?
Description
Component used: Navigation
Version used: 2.2.0, 2.3.0, 2.3.1
Devices/Android versions reproduced on: 10.0, 9.0 - probably not related
Description:
I've updated two dependencies in my project:
and now I see that
NavController::navigate
needs to be called from the main thread. OtherwiseNavBackStackEntry
throwsIllegalStateException
when trying to register lifecycle observer.Stacktrace:
There were no changes in documentation so I assume that this behavior is unintended.