mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 00:25:20 +00:00
@@ -88,7 +88,7 @@ fun ChatScreen(viewModel: ChatViewModel) {
|
||||
|
||||
// Use WindowInsets to handle keyboard properly
|
||||
Box(modifier = Modifier.fillMaxSize()) {
|
||||
val headerHeight = 36.dp
|
||||
val headerHeight = 42.dp
|
||||
|
||||
// Main content area that responds to keyboard/window insets
|
||||
Column(
|
||||
|
||||
Reference in New Issue
Block a user