Hello guys, I’m facing a strange issue. I have an animated visibilty block that is managed as usual with a boolean flag. I have one specific case with an unusual behavior. Sometimes when I set the flag to true, the composable is recomposed but the flag is false which is the initial value I assign to it at the beginning of the function. Any ideas?