You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As all owners and setGraph are all idempotent
operations, we can apply them to NavController
as part of composition rather than via
DisposableEffect/SideEffect, thus ensuring that
they are set for the first composition.
Relnote: "Navigation Compose's `NavHost` now sets the
graph as part of the first composition."
Test: existing NavHostTest tests still pass
Change-Id: Ieb7be7689ab5c40cfcc52fefd70a87b406ce8c60
0 commit comments