mirror of
https://github.com/immich-app/immich.git
synced 2025-12-05 04:35:18 -05:00
fix: initial size of bottom sheet (#22085)
This commit is contained in:
parent
0c0bec6ae2
commit
4dfa011eef
@ -87,7 +87,7 @@ class _GeneralBottomSheetState extends ConsumerState<GeneralBottomSheet> {
|
||||
|
||||
return BaseBottomSheet(
|
||||
controller: sheetController,
|
||||
initialChildSize: 0.45,
|
||||
initialChildSize: widget.minChildSize ?? 0.15,
|
||||
minChildSize: widget.minChildSize,
|
||||
maxChildSize: 0.85,
|
||||
shouldCloseOnMinExtent: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user