fix: album selector in favorite view (#22612)

This commit is contained in:
Alex 2025-10-03 09:37:51 -05:00 committed by Chaoscontrol
parent f219e52143
commit c542b3c281
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,