chore(mobile): minor changes to bottom sheet (#22008)

This commit is contained in:
Yaros
2025-09-15 17:09:27 +02:00
committed by GitHub
parent 77340075f0
commit ee96b285f2
2 changed files with 6 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ class Timeline extends StatelessWidget {
this.showStorageIndicator,
this.withStack = false,
this.appBar = const ImmichSliverAppBar(floating: true, pinned: false, snap: false),
this.bottomSheet = const GeneralBottomSheet(),
this.bottomSheet = const GeneralBottomSheet(minChildSize: 0.18),
this.groupBy,
this.withScrubber = true,
});