Fixed
Status Update
Comments
se...@google.com <se...@google.com>
do...@gmail.com <do...@gmail.com> #2
Information redacted by Android Beta Feedback.
il...@google.com <il...@google.com>
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #3
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
jb...@google.com <jb...@google.com> #4
The issue has been fixed and it will become available in a future Android release. Please keep an eye on the release notes(
Description
The backing map is only populated when MutableLiveData.setValue() is called. SavedStateHandle.get(key) returns null when called right after calling SavedStateHandle.getLiveData(key, defaultValue)
The issue can be reproduced using the code here