fix the ui issue in the chat screen

This commit is contained in:
spradhan7656 2026-07-29 20:54:15 +05:30
parent 6288cd3cc1
commit 31d822e7d6

View File

@ -267,6 +267,7 @@ fun ChatScreen(viewModel: ChatViewModel) {
WindowInsets.ime.union(WindowInsets.navigationBars)
)
} else {
// Android 10 and below: Window is resized by the system (adjustResize),
// so only account for the navigation bar.
Modifier.windowInsetsPadding(WindowInsets.navigationBars)