mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: remove drift map scrubber (#20723)
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
parent
3cd7f5ab90
commit
c5c9a522c1
2 changed files with 52 additions and 36 deletions
|
|
@ -36,7 +36,7 @@ class _ScopedMapTimeline extends StatelessWidget {
|
|||
return timelineService;
|
||||
}),
|
||||
],
|
||||
child: const Timeline(appBar: null, bottomSheet: null),
|
||||
child: const Timeline(appBar: null, bottomSheet: null, withScrubber: false),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue