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?
gi...@gmail.com <gi...@gmail.com> #3
The Compose Animation APIs Navigation needs (such as AnimatedContent
) are still @Experimental
in Compose 1.1.0.
il...@google.com <il...@google.com> #4
Update: Same case for Compose 1.2.0
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #5
why is this taking so long?
ap...@google.com <ap...@google.com> #6
seriously no update on what is stable?
il...@google.com <il...@google.com> #7
AnimatedContent
is, as of today, still experimental and still cannot be used in androidx.navigation
.
As soon as it is stable, we can kick off this work.
Description
Version used: 1.0.0-alpha07
Devices/Android versions reproduced on: HTC One, API 21
When the defined destination for an action in a given graph is another activity, the NavController.OnNavigatedListener registered for the origin Activity NavController is never called.
Although the new Activity has its own NavController, I think this navigation event is also relevant for the origin Activity NavController.