fix: skip partially expanded state for server overview

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-04-25 20:59:29 +02:00
parent 48e63e549a
commit 6ab8dccc11
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ fun ChatRouterScreen(
} }
if (showServerContextSheet) { if (showServerContextSheet) {
val serverContextSheetState = rememberModalBottomSheetState() val serverContextSheetState = rememberModalBottomSheetState(skipPartiallyExpanded = true)
ModalBottomSheet( ModalBottomSheet(
sheetState = serverContextSheetState, sheetState = serverContextSheetState,