Mikolaj
01/19/2024, 1:26 PMNikita Lipsky
01/19/2024, 2:42 PMMikolaj
01/19/2024, 2:45 PMDima Avdeev
01/23/2024, 7:48 AMComposeUIViewController(
configure = {
onFocusBehavior = OnFocusBehavior.DoNothing
// by default it is FocusableAboveKeyboard
}
) {
Text("Your Compose UI")
}
And after that use WindowInsets.ime to granually control part of your Compose UI.