I had a BottomDrawerState with initialized value B...
# compose
c
I had a BottomDrawerState with initialized value BottomDrawerValue.Close during 1st composition the value still BottomDrawerValue.Close and then suddenly change into BottomDrawerValue.Expanded . Is anyone understand what happening in my app? I don't have any function to change that state in my code, I am so confused