Peter
12/05/2022, 2:36 AMsetDecorFitsSystemWindows(window, false)
setSoftInputMode(SOFT_INPUT_ADJUST_RESIZE)
inside the activity, it works as expected .But my application contains a lot of fragment , If I setDecorFitsSystemWindows and setSoftInputMode inside the fragment it doesn't work,the text Text goes below the keyboard .I tried both Compose 1.3 and accompanist insets library.
Someone already asked https://issuetracker.google.com/issues/192043120#comment15
Anyone know how to fix it.