This message was deleted.
# compose
s
This message was deleted.
d
Did you
remember
them?
n
yes
I want to store an inputText for each of the three conversations, and save it
d
save it where?
n
in data calss
a
data classes should be usually immutable
n
I just saw that it seems to work with Parcelize?
I don't know if the right thing to do is this
a
Both will work with Parcelize, but data in Compose states should be usually immutable.
Not sure if that actually causes the issue, just noticed
n
emmm yes, i should store these in the viewModel