Earlier there was no problem with soft input mode, but after including ConstraintLayout, content of fragment doesn\'t move up when the keyboard appears.
I'm not sure in what Activity your fragment is located but if it's in for example InitChatActivity, just add adjustResize to your manifest, and wrap your ConstraintLayout in ScrollView or NestedScrollView: