Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fragment is not terminated when it is popped from the back stack #52

Closed
yaraki opened this issue Nov 21, 2023 · 0 comments · Fixed by #53
Closed

Fragment is not terminated when it is popped from the back stack #52

yaraki opened this issue Nov 21, 2023 · 0 comments · Fixed by #53

Comments

@yaraki
Copy link
Collaborator

yaraki commented Nov 21, 2023

onPause, onStop and some other lifecycle events are not invoked when a fragment-based sample is closed with a back button.
This is true for both the fragment lifecycle and the view lifecycle in it.

yaraki added a commit that referenced this issue Nov 27, 2023
The fragment in FragmentContainer is removed when the composable is disposed.

Fix #52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant