I’ve ran into an issue where I believe my Composab...
# compose
c
I’ve ran into an issue where I believe my Composable should be recomposed when I change a parameter But it seems to only be recomposed on the first change and not subsequent ones Can anyone see an issue with my code? (in thread)
g
It looks that you update calendar only once, after that calendar instance is the same, you just mutate it
c
Ah that makes complete sense, thanks!