mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: get scrubber in search view working (#22175)
* feat: add option to disable snapping * handle offset when there is no appbar
This commit is contained in:
parent
de897f6069
commit
642065f506
3 changed files with 36 additions and 8 deletions
|
|
@ -633,7 +633,7 @@ class _SearchResultGrid extends ConsumerWidget {
|
|||
groupBy: GroupAssetsBy.none,
|
||||
appBar: null,
|
||||
bottomSheet: const GeneralBottomSheet(minChildSize: 0.20),
|
||||
withScrubber: false,
|
||||
snapToMonth: false,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue