Status Update
Comments
lp...@google.com <lp...@google.com> #2
Oh I forgot to mention that I thought it might be connected to this issue:
lp...@google.com <lp...@google.com> #3
Please provide a minimal sample project along with the minimal steps to recreate the issue in the project.
ti...@google.com <ti...@google.com> #4
Sorry for the delay. I got a working example here:
I poked into it a little bit and it seems to be connected to
Steps to reproduce:
- Navigate from Second Fragment to Child nav graph (with non-nullable parameters).
- Navigate to Third fragment using SafeArgs and the app crashes.
Crash log:
Process: cz.dels.issues, PID: 1743
java.lang.NullPointerException: null cannot be cast to non-null type kotlin.Long
at androidx.navigation.NavType$Companion$LongType$1.get(NavType.kt:352)
at androidx.navigation.NavType$Companion$LongType$1.get(NavType.kt:342)
at androidx.navigation.NavArgument.verify(NavArgument.kt:76)
at androidx.navigation.NavDestination.addInDefaultArgs(NavDestination.kt:502)
at androidx.navigation.NavController.addEntryToBackStack(NavController.kt:1865)
at androidx.navigation.NavController.addEntryToBackStack$default(NavController.kt:1813)
at androidx.navigation.NavController$navigate$4.invoke(NavController.kt:1721)
at androidx.navigation.NavController$navigate$4.invoke(NavController.kt:1719)
at androidx.navigation.NavController$NavControllerNavigatorState.push(NavController.kt:287)
at androidx.navigation.fragment.FragmentNavigator.navigate(FragmentNavigator.kt:246)
at androidx.navigation.fragment.FragmentNavigator.navigate(FragmentNavigator.kt:162)
at androidx.navigation.NavController.navigateInternal(NavController.kt:260)
at androidx.navigation.NavController.navigate(NavController.kt:1719)
at androidx.navigation.NavController.navigate(NavController.kt:1545)
at androidx.navigation.NavController.navigate(NavController.kt:1472)
at androidx.navigation.NavController.navigate(NavController.kt:1930)
at cz.dels.issues.SecondFragment.onViewCreated$lambda-0(SecondFragment.kt:38)
at cz.dels.issues.SecondFragment.$r8$lambda$XDYnOS_cYrafiNQ5rcCu1WCn0IE(Unknown Source:0)
at cz.dels.issues.SecondFragment$$ExternalSyntheticLambda0.onClick(Unknown Source:2)
Note: If in step 2 SaveArgs is not used then navigation works correctly. More information is here:
jb...@google.com <jb...@google.com> #5
Ups a typo: Navigate from Second First Fragment to Child nav graph (with non-nullable parameters).
Note: sorry for the spam but I am not able to edit my own comment.
jb...@google.com <jb...@google.com> #6
This has been fixed and will be available in navigation 2.6.0-alpha08
ti...@google.com <ti...@google.com> #7
Branch: androidx-main
commit 6b358154b794a0456b089ac8e548bfb830dd6c22
Author: Clara Fok <clarafok@google.com>
Date: Tue Mar 14 17:56:12 2023
Fix missing non-nullable arg when rebuilding hierarchy
When navigating with NavDirections, args is populated with an empty bundle. This causes issue when we rebuild parent hierarchy while adding a new entry to NavBackStack. If the Entry being rebuilt contains a non-nullalbe arg, i.e. Long, this empty bundle will cause an exception.
Test: ./gradlew navigation:navigation-runtime:cC
Bug: 249988437
Change-Id: I5c8ce739ad9a3428c8a8de13eae391bfff0db5df
M navigation/navigation-runtime/src/androidTest/java/androidx/navigation/NavControllerTest.kt
M navigation/navigation-runtime/src/main/java/androidx/navigation/NavController.kt
ti...@google.com <ti...@google.com> #8
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.navigation:navigation-runtime:2.6.0-alpha08
jb...@google.com <jb...@google.com> #9
Pressing the menu and swapping between screen1 and screen2 as seen in
It fails very quickly on API 29 from my testing, on higher API levels it takes a few times.
ti...@google.com <ti...@google.com> #10
Thanks for sharing the repro steps. I was able to repro with a fair amount of rapid switching between destinations.
Here's the stacktrace I see. Since I don't have the logging in AnimatedHost
, I'm not sure whether this is the same crash as #6.
Jeremy, it'd be helpful if you could post the full stacktrace with the logging from AnimatedHost, so I can compare the composable involved in the crash with the destination that was removed.
2023-02-15 13:23:25.057 31458-31458 AndroidRuntime com.andreirozov.sample E FATAL EXCEPTION: main
Process: com.andreirozov.sample, PID: 31458
java.lang.IllegalStateException: You cannot access the NavBackStackEntry's ViewModels after the NavBackStackEntry is destroyed.
at androidx.navigation.NavBackStackEntry.getViewModelStore(NavBackStackEntry.kt:202)
at androidx.lifecycle.viewmodel.compose.ViewModelKt.get(ViewModel.kt:206)
at androidx.lifecycle.viewmodel.compose.ViewModelKt.get$default(ViewModel.kt:195)
at androidx.lifecycle.viewmodel.compose.ViewModelKt.viewModel(ViewModel.kt:120)
at com.andreirozov.sample.ui.standings.screen2.Screen2TabKt.AnotherScreen(Screen2Tab.kt:84)
at com.andreirozov.sample.ui.AppNavGraphKt$AppNavGraph$5$1$1$2.invoke(AppNavGraph.kt:94)
at com.andreirozov.sample.ui.AppNavGraphKt$AppNavGraph$5$1$1$2.invoke(AppNavGraph.kt:89)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:116)
at androidx.compose.runtime.internal.ComposableLambdaImpl$invoke$1.invoke(ComposableLambda.jvm.kt:127)
at androidx.compose.runtime.internal.ComposableLambdaImpl$invoke$1.invoke(ComposableLambda.jvm.kt:127)
at androidx.compose.runtime.RecomposeScopeImpl.compose(RecomposeScopeImpl.kt:162)
at androidx.compose.runtime.ComposerImpl.recomposeToGroupEnd(Composer.kt:2435)
at androidx.compose.runtime.ComposerImpl.skipCurrentGroup(Composer.kt:2703)
at androidx.compose.runtime.ComposerImpl$doCompose$2$5.invoke(Composer.kt:3326)
at androidx.compose.runtime.ComposerImpl$doCompose$2$5.invoke(Composer.kt:3304)
at androidx.compose.runtime.SnapshotStateKt__DerivedStateKt.observeDerivedStateRecalculations(DerivedState.kt:341)
at androidx.compose.runtime.SnapshotStateKt.observeDerivedStateRecalculations(Unknown Source:1)
at androidx.compose.runtime.ComposerImpl.doCompose(Composer.kt:3304)
at androidx.compose.runtime.ComposerImpl.recompose$runtime_release(Composer.kt:3269)
at androidx.compose.runtime.CompositionImpl.recompose(Composition.kt:771)
at androidx.compose.runtime.Recomposer.performRecompose(Recomposer.kt:1047)
at androidx.compose.runtime.Recomposer.access$performRecompose(Recomposer.kt:124)
at androidx.compose.runtime.Recomposer$runRecomposeAndApplyChanges$2$2.invoke(Recomposer.kt:541)
at androidx.compose.runtime.Recomposer$runRecomposeAndApplyChanges$2$2.invoke(Recomposer.kt:510)
at androidx.compose.ui.platform.AndroidUiFrameClock$withFrameNanos$2$callback$1.doFrame(AndroidUiFrameClock.android.kt:34)
at androidx.compose.ui.platform.AndroidUiDispatcher.performFrameDispatch(AndroidUiDispatcher.android.kt:109)
at androidx.compose.ui.platform.AndroidUiDispatcher.access$performFrameDispatch(AndroidUiDispatcher.android.kt:41)
at androidx.compose.ui.platform.AndroidUiDispatcher$dispatchCallback$1.doFrame(AndroidUiDispatcher.android.kt:69)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1229)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1239)
at android.view.Choreographer.doCallbacks(Choreographer.java:899)
at android.view.Choreographer.doFrame(Choreographer.java:827)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1214)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7898)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
Suppressed: kotlinx.coroutines.DiagnosticCoroutineContextException: [androidx.compose.runtime.PausableMonotonicFrameClock@9d17257, androidx.compose.ui.platform.MotionDurationScaleImpl@54e6144, StandaloneCoroutine{Cancelling}@29a522d, AndroidUiDispatcher@c8ce362]
ti...@google.com <ti...@google.com> #11
The log prior to the crash indicates Screen2's Scaffold recomposed after the BackStackEntry
's lifecyle has been updated to DESTROYED, presumably from markTransitionComplete
, which happens after AnimatedContent remove Screen2 from composition. Recomposing after being removed from composition looks like the same issue as
com.andreirozov.sample D navigating to screen1
com.andreirozov.sample E Standing back stack entry state is CREATED
com.andreirozov.sample E Standing back stack entry state is CREATED
com.andreirozov.sample E Standing back stack entry state in Scaffold CREATED
com.andreirozov.sample E Standing back stack entry state is CREATED
com.andreirozov.sample E Standing back stack entry state in Scaffold CREATED
com.andreirozov.sample D navigating to screen2
com.andreirozov.sample E Standing back stack entry state is STARTED
com.andreirozov.sample E Standing back stack entry state in Scaffold STARTED
com.andreirozov.sample E Standing back stack entry state is STARTED
com.andreirozov.sample E Standing back stack entry state in Scaffold STARTED
com.andreirozov.sample E Standing back stack entry state is STARTED
com.andreirozov.sample E Standing back stack entry state is RESUMED
com.andreirozov.sample E Standing back stack entry state in Scaffold RESUMED
com.andreirozov.sample E Standing back stack entry state is RESUMED
com.andreirozov.sample E Standing back stack entry state in Scaffold RESUMED
com.andreirozov.sample E Standing back stack entry state is RESUMED
com.andreirozov.sample E Standing back stack entry state in Scaffold RESUMED
com.andreirozov.sample E Standing back stack entry state is RESUMED
com.andreirozov.sample E Standing back stack entry state in Scaffold RESUMED
com.andreirozov.sample D navigating to screen1
com.andreirozov.sample E Standing back stack entry state is CREATED
com.andreirozov.sample E Standing back stack entry state is CREATED
com.andreirozov.sample E Standing back stack entry state in Scaffold CREATED
com.andreirozov.sample E Standing back stack entry state is CREATED
com.andreirozov.sample E Standing back stack entry state in Scaffold DESTROYED
com.andreirozov.sample E FATAL EXCEPTION: main
jb...@google.com <jb...@google.com> #12
Yep same one:
D Current entry being composed in AnimatedContent screen1
D Outside of conditional
D transition currentState: screen1
D transition targetState: screen1
D Inside of conditional
D transition currentState: screen1
D transition targetState: screen1
I Skipped 40 frames! The application may be doing too much work on its main thread.
D Installing profile for com.andreirozov.sample
D Current entry being composed in AnimatedContent screen1
D Outside of conditional
D transition currentState: screen1
D transition targetState: screen1
D Inside of conditional
D transition currentState: screen1
D transition targetState: screen1
D Current entry being composed in AnimatedContent screen1
D Outside of conditional
D transition currentState: screen1
D transition targetState: screen1
D Inside of conditional
D transition currentState: screen1
D transition targetState: screen1
D navigating to screen2
D Current entry being composed in AnimatedContent screen1
D Current entry being composed in AnimatedContent screen2
E screen2 entry state outside Scaffold is STARTED
D Outside of conditional
D transition currentState: screen1
D transition targetState: screen2
E screen2 entry state in Scaffold STARTED
D Current entry being composed in AnimatedContent screen2
E screen2 entry state outside Scaffold is STARTED
D Outside of conditional
D transition currentState: screen2
D transition targetState: screen2
D Inside of conditional
D transition currentState: screen2
D transition targetState: screen2
D Current entry being composed in AnimatedContent screen2
E screen2 entry state outside Scaffold is RESUMED
D Outside of conditional
D transition currentState: screen2
D transition targetState: screen2
D Inside of conditional
D transition currentState: screen2
D transition targetState: screen2
E screen2 entry state in Scaffold RESUMED
D Current entry being composed in AnimatedContent screen2
E screen2 entry state outside Scaffold is RESUMED
D Outside of conditional
D transition currentState: screen2
D transition targetState: screen2
D Inside of conditional
D transition currentState: screen2
D transition targetState: screen2
D Current entry being composed in AnimatedContent screen2
E screen2 entry state outside Scaffold is RESUMED
D Outside of conditional
D transition currentState: screen2
D transition targetState: screen2
D Inside of conditional
D transition currentState: screen2
D transition targetState: screen2
E screen2 entry state in Scaffold RESUMED
D navigating to screen1
D Current entry being composed in AnimatedContent screen2
E screen2 entry state outside Scaffold is CREATED
D Current entry being composed in AnimatedContent screen1
D Outside of conditional
D transition currentState: screen2
D transition targetState: screen1
I Background young concurrent copying GC freed 53694(1896KB) AllocSpace objects, 0(0B) LOS objects, 25% free, 4767KB/6441KB, paused 7.336ms total 70.605ms
D Current entry being composed in AnimatedContent screen1
D Outside of conditional
D transition currentState: screen1
D transition targetState: screen1
D Inside of conditional
D transition currentState: screen1
D transition targetState: screen1
E screen2 entry state in Scaffold DESTROYED
E FATAL EXCEPTION: main
Process: com.andreirozov.sample, PID: 2772
java.lang.IllegalStateException: You cannot access the NavBackStackEntry's ViewModels after the NavBackStackEntry is destroyed.
at androidx.navigation.NavBackStackEntry.getViewModelStore(NavBackStackEntry.kt:202)
at androidx.lifecycle.viewmodel.compose.ViewModelKt.get(ViewModel.kt:206)
at androidx.lifecycle.viewmodel.compose.ViewModelKt.get$default(ViewModel.kt:195)
at androidx.lifecycle.viewmodel.compose.ViewModelKt.viewModel(ViewModel.kt:120)
at com.andreirozov.sample.ui.standings.screen2.Screen2TabKt.AnotherScreen(Screen2Tab.kt:84)
at com.andreirozov.sample.ui.AppNavGraphKt$AppNavGraph$5$1$1$2.invoke(AppNavGraph.kt:94)
at com.andreirozov.sample.ui.AppNavGraphKt$AppNavGraph$5$1$1$2.invoke(AppNavGraph.kt:89)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:116)
at androidx.compose.runtime.internal.ComposableLambdaImpl$invoke$1.invoke(ComposableLambda.jvm.kt:127)
at androidx.compose.runtime.internal.ComposableLambdaImpl$invoke$1.invoke(ComposableLambda.jvm.kt:127)
at androidx.compose.runtime.RecomposeScopeImpl.compose(RecomposeScopeImpl.kt:162)
at androidx.compose.runtime.ComposerImpl.recomposeToGroupEnd(Composer.kt:2435)
at androidx.compose.runtime.ComposerImpl.skipCurrentGroup(Composer.kt:2703)
at androidx.compose.runtime.ComposerImpl$doCompose$2$5.invoke(Composer.kt:3326)
at androidx.compose.runtime.ComposerImpl$doCompose$2$5.invoke(Composer.kt:3304)
at androidx.compose.runtime.SnapshotStateKt__DerivedStateKt.observeDerivedStateRecalculations(DerivedState.kt:341)
at androidx.compose.runtime.SnapshotStateKt.observeDerivedStateRecalculations(Unknown Source:1)
at androidx.compose.runtime.ComposerImpl.doCompose(Composer.kt:3304)
at androidx.compose.runtime.ComposerImpl.recompose$runtime_release(Composer.kt:3269)
at androidx.compose.runtime.CompositionImpl.recompose(Composition.kt:771)
at androidx.compose.runtime.Recomposer.performRecompose(Recomposer.kt:1047)
at androidx.compose.runtime.Recomposer.access$performRecompose(Recomposer.kt:124)
at androidx.compose.runtime.Recomposer$runRecomposeAndApplyChanges$2$2.invoke(Recomposer.kt:541)
at androidx.compose.runtime.Recomposer$runRecomposeAndApplyChanges$2$2.invoke(Recomposer.kt:510)
at androidx.compose.ui.platform.AndroidUiFrameClock$withFrameNanos$2$callback$1.doFrame(AndroidUiFrameClock.android.kt:34)
at androidx.compose.ui.platform.AndroidUiDispatcher.performFrameDispatch(AndroidUiDispatcher.android.kt:109)
at androidx.compose.ui.platform.AndroidUiDispatcher.access$performFrameDispatch(AndroidUiDispatcher.android.kt:41)
at androidx.compose.ui.platform.AndroidUiDispatcher$dispatchCallback$1.doFrame(AndroidUiDispatcher.android.kt:69)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:964)
at android.view.Choreographer.doCallbacks(Choreographer.java:790)
at android.view.Choreographer.doFrame(Choreographer.java:721)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:951)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7356)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)
Suppressed: kotlinx.coroutines.DiagnosticCoroutineContextException: [androidx.compose.runtime.PausableMonotonicFrameClock@7ebb51b, androidx.compose.ui.platform.MotionDurationScaleImpl@e6c86b8, StandaloneCoroutine{Cancelling}@f919c91, AndroidUiDispatcher@7da07f6]
I Sending signal. PID: 2772 SIG: 9
ti...@google.com <ti...@google.com> #13
Thanks Jeremy.
The logging in #12 also confirms Scaffold's behavior of recomposing after being removed from composition. Marking this a dup of
mo...@gmail.com <mo...@gmail.com> #14
ap...@google.com <ap...@google.com> #15
Branch: androidx-main
commit aeb4b9fc4ddeca49fcb2812ce828cc7be11beb30
Author: Jeremy Woods <jbwoods@google.com>
Date: Tue Aug 08 17:15:11 2023
Fix issue with changing state as part of composition
We should not change state as part of composition as that can cause
inconsistent behavior when reading state. We should instead only ever
change state in an Effect.
RelNote: "Fixed an issues in Navigation with Compose where when using a
Scaffold it was possible to get an error trying to access a DESTROYED
ViewModel"
Test: Added test in NavHostTest
Bug: 268422136
Change-Id: I1dc115fc2b454d68c1a23c78e72707d6d4c739a5
M navigation/navigation-compose/src/androidTest/java/androidx/navigation/compose/NavHostTest.kt
M navigation/navigation-compose/src/main/java/androidx/navigation/compose/NavHost.kt
na...@google.com <na...@google.com> #16
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.navigation:navigation-compose:2.8.0-alpha01
pa...@gmail.com <pa...@gmail.com> #17
Hello,
these changes in fact introduced in 2.7.1
are creating issues in our architecture. Basically we are no longer able to receive Lifecycle.Event.ON_DESTROY
as it is now triggered after onDispose
where we are unsubscribing a lifecycle observer. (Sample attached)
fun attachLifeCycleObserver(onDestroy:() -> Unit) {
val lifecycle = LocalLifecycleOwner.current.lifecycle
DisposableEffect(lifecycle) {
val eventObserver = LifecycleEventObserver { source, event ->
println("PACMAC -- event:${event.name} targetState:${event.targetState.name} source:${source.toString()}")
if (event == Lifecycle.Event.ON_DESTROY) {
onDestroy()
}
}
lifecycle.addObserver(eventObserver)
onDispose {
// We unsubscribe here but since 2.7.1 we are no longer receiving ON_DESTROY as it is actually triggered after onDispose
lifecycle.removeObserver(eventObserver)
}
}
}
We are using onDestroy
to run some cleanup but only if the nav destination is popped of the backstack.
Description
This is fromhttps://github.com/google/accompanist/issues/1487 :
I haven't been able to reproduce it without a lot of experimental APIs along with Navigation. But essentially given the following:
There are cases where the areas end up being composed in this order:
1, 3, 2
withAnimatedContent
completing the transition and then the Scaffold composing its content.The expectation was that it would always be
1, 2, 3
with the composition of theScaffold
content completing before the callback to area 3.Is the expectation correct? Or does
AnimatedContent
completion have some priority over theScaffold
?This could also be something going on in
Scaffold
, just wondering what the expectations are here.