GetStream / stream-chat-android

:speech_balloon: Android Chat SDK ➜ Stream Chat API. UI component libraries for chat apps. Kotlin & Jetpack Compose messaging SDK for Android chat
https://getstream.io/chat/sdk/android/
Other
1.44k stars 270 forks source link

MessageComposer-Keyboard overlap edittext #4370

Closed tristan-garaud closed 1 year ago

tristan-garaud commented 1 year ago

Describe the bug The title says it all, this is the only thing I'm doing on my activity.

setContent {
            ChatTheme(dateFormatter = ChatApp.dateFormatter) {
                MessagesScreen(
                    channelId = channelId,
                    onBackPressed = { finish() },
                    onHeaderActionClick = {}
                )

                // MyCustomUi()
            }
        }
    }

SDK version

Device: I tried it on two different devices, OPPO CPH2219 and Samsung SM-A032F

Screenshots Screenshot_2022-11-08-10-27-13-23_d3dfe7883bc9c3897addb2c771477b05 (1)

Edit: It look like it is the BasicTextField that creates this

tristan-garaud commented 1 year ago

Ok, my bad, my activity was not in adjustResize.......