Gabor Varadi
Gabor Varadi
See `backstack.setParentServices()` in Simple-Stack 2.8.0 https://github.com/Zhuinden/simple-stack/issues/239
https://github.com/Zhuinden/simple-stack-compose-integration/blob/392aea6d394f04d74cf00cfd7b6f50d04078a488/core/src/main/java/com/zhuinden/simplestackcomposeintegration/core/ComposeNavigator.kt#L27 When nesting, it might make sense to expose the Backstack created in ComposeNavigator, so that a parent can potentially call `goBack()` on it when back is not intercepted automatically....
Since 2023-02-16, finally, the navigation compose hilt integration no longer asks explicitly for "a ViewModelStoreOwner" and then deliberately ignores it if it's not a NavBackStackEntry, but still expects a `HasDefaultViewModelProviderFactory`...
Once I figure out how to test logic embedded in a retained fragment, I should add unit tests. Just because I manually test against configuration change and process death doesn't...
Only one dialog is "shown again" after rotation, and the fields in the dialog are not retained. This ought to be fixed, although it's not a Realm-relevant bug.