Stylianos Gakis
07/29/2023, 5:58 PMSnapshotStateList<>
, since if I want to replace all of its content in one shot without the possibility that I get a recomposition in-between what I do here, is my best bet just doing this?
Snapshot.withMutableSnapshot {
snapshotStateList.clear()
snapshotStateList.addAll(newList)
}