hi everyone, i've an issue with BoxWithConstraints...
# compose
b
hi everyone, i've an issue with BoxWithConstraints and the keyboard. I've a userProfile and chat screen, in the chat screen if I the user presses the "close icon" to go back to userProfile, I dismiss the keyboard and call the popBackStack method. If the keyboard is on the screen in chat, userProfile's BoxWithConstraints' maxHeight calculation takes account the keyboard. But if i put a delay for ex. 100ms, then everything is ok. So it seems that the keyboard is dismissing after maxHeight calculation. Any ideas? Thanks.
i follow the single activity and multiple fragments principle and my activity's windowSoftInputMode is "adjustResize" and i don't want to change it