Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Fix don't keep activities on add fragment. #4466
Fix don't keep activities on add fragment. #4466
Changes from all commits
834e92c
167eb4a
e67917f
f83fc1d
5919b77
0e1f842
d6c2321
e421f0e
f33bd72
9c6bf52
105e4eb
a54bbc5
110cf4b
27fb25d
430175a
3ec4d42
a8558c1
1b5a9a6
2bd6640
6251944
4b6d36c
fb63654
97ffad6
53c68b0
a1823a6
281158e
bcfb35c
040b914
78d1113
a67a496
ce57694
2734828
ec9fd9b
40bf19b
fb1bb27
57607bd
7cb4342
314f5a3
f0a9994
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you have to re-create the fragment, then the viewModel will be created, but the SavedStateHandle can not be observed until after create is complete.