* touch

* increase TTL of announcements

* ui touches
This commit is contained in:
callebtc
2025-07-31 06:28:31 +02:00
committed by GitHub
parent 4cb5932fd0
commit 4d0419c536
6 changed files with 11 additions and 13 deletions
@@ -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(