if i observe a state data class in compose, and in...
# compose
m
if i observe a state data class in compose, and inside i have a snapshotlist. To recompose on list changes i just need to change the list, regardless of emitting or not a new state. Is this right ?
c
m
will do. thanks!
ok. then i ask. Is it possible to make multiple changes to the snapShotList within a single ‘transaction’ ?
z
Yes
You can make as many changes to as many snapshot state objects as you want within a transaction/mutable snapshot