fix: skip partially expanded state for server overview
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
48e63e549a
commit
6ab8dccc11
|
|
@ -526,7 +526,7 @@ fun ChatRouterScreen(
|
|||
}
|
||||
|
||||
if (showServerContextSheet) {
|
||||
val serverContextSheetState = rememberModalBottomSheetState()
|
||||
val serverContextSheetState = rememberModalBottomSheetState(skipPartiallyExpanded = true)
|
||||
|
||||
ModalBottomSheet(
|
||||
sheetState = serverContextSheetState,
|
||||
|
|
|
|||
Loading…
Reference in New Issue