<SaveableStateHolder> does not restore `rememberSa...
# compose
k
SaveableStateHolder does not restore 
rememberSaveable
 values after process death when it is wrapped with a 
CrossFade
 animation - https://issuetracker.google.com/issues/191059138 Can anyone verify this?
t
Is this just with LazyColumn or does it happen for other state?
k
Not sure but
LazyColumn
internally uses
rememberSaveable
for
rememberLazyListState
. So it must happen for others as well.
t
It also has issues with restoring scroll state depending on how the items are populated, so I would try to make a minimal example using SaveableStateHolder directly
k
The example I attached in the sample project is statically populating
LazyColumn
through a defined list of items. There are only ~20 items & are single line text.
a
replied in the bug
k
replied