Anybody know what can it be if changing mutable state value doesnt trigger recomposition of composable that is using this state object? Is there any limitations of using state objects?
c
Colton Idle
08/11/2021, 6:48 PM
Got any code to show? Might be easier to diagnose.
p
PHondogo
08/11/2021, 7:18 PM
Trying to make example by extracting part of code from production code, but this example is not reproducing this issue. I was asking about any limitations of using states, cause may be it can help me as an entry point.
PHondogo
08/11/2021, 8:14 PM
I find out - it was a bug in production code. State is working as expected.