fix: album selector in favorite view (#22612)

This commit is contained in:
Alex
2025-10-03 09:37:51 -05:00
committed by GitHub
parent 27665801e9
commit 3f6b0f3127
3 changed files with 46 additions and 4 deletions

View File

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