mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-08-22 07:06:05 +00:00
fix the ui issue in the chat screen
This commit is contained in:
parent
6288cd3cc1
commit
31d822e7d6
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user