mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix: album selector in favorite view (#22612)
This commit is contained in:
parent
f219e52143
commit
c542b3c281
3 changed files with 46 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue