Fixed
Status Update
Comments
jb...@google.com <jb...@google.com>
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
ii...@gmail.com <ii...@gmail.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
rememberSaveable
has a built-in overload for remembering aMutableState
, which allows writing the following code:For parity, an overload for
SavedStateHandle.saveable
would allow developers to mimic that code directly, without having to deal with wrapping the value saver for saving and restoring theMutableStateOf
: