rc/android-ios-parity #1

Merged
admin merged 81 commits from rc/android-ios-parity into master 2026-04-20 19:43:34 -05:00
Showing only changes of commit 95f7318ee6 - Show all commits

View File

@@ -53,11 +53,10 @@ fun CompletionHistorySheet(
} }
} }
val sheetState = rememberModalBottomSheetState()
ModalBottomSheet( ModalBottomSheet(
onDismissRequest = onDismiss, onDismissRequest = onDismiss,
sheetState = rememberModalBottomSheetState(skipPartiallyExpanded = false), sheetState = sheetState,
containerColor = MaterialTheme.colorScheme.surface,
dragHandle = { BottomSheetDefaults.DragHandle() }
) { ) {
Column( Column(
modifier = Modifier modifier = Modifier