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:
Alex
2025-09-19 00:20:09 -05:00
committed by GitHub
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,
),
),
),