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(
onDismissRequest = onDismiss,
sheetState = rememberModalBottomSheetState(skipPartiallyExpanded = false),
containerColor = MaterialTheme.colorScheme.surface,
dragHandle = { BottomSheetDefaults.DragHandle() }
sheetState = sheetState,
) {
Column(
modifier = Modifier