Hi guys, just a quick question: Since you’ve logic...
# orbit-mvi
g
Hi guys, just a quick question: Since you’ve logic regarding to SaveStateHandle (which it’s pretty handy), if for some reason I don’t want to store a specific member - let’s say a complex list - how should I do it? Mark it as
@IgnoredOnParcel
? Thanks!
m
Yeah, exactly.
👍 1
a
caution should always be applied when restoring state especially when parts of it are ignored as you need to ensure the UI has a state appropriate for it to render
👍 1