Fixed
Status Update
Comments
jb...@google.com <jb...@google.com>
ap...@google.com <ap...@google.com> #2
since these are in public API (:/) we need to do this in 1.2
jb...@google.com <jb...@google.com> #3
since it is already marked as deprecated, we can probably do it by now.
pr...@google.com <pr...@google.com> #4
Opening diff shortly
Description
Component used: Navigation Version used: 2.7.2
As the back stack state handle uses the ViewModel code under the hood that requires the main thread, it itself requires a call on the main thread. Annotated the
savedStateHandle
field as@MainThread
to prevent errors,