mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
feat(mobile): action bottom sheet on map timeline (#27515)
This commit is contained in:
parent
350056dd1a
commit
39cfad7136
3 changed files with 18 additions and 7 deletions
|
|
@ -469,6 +469,7 @@ class _SliverTimelineState extends ConsumerState<_SliverTimeline> {
|
|||
ref.read(timelineStateProvider.notifier).setScrolling(true);
|
||||
},
|
||||
child: Stack(
|
||||
clipBehavior: Clip.none,
|
||||
children: [
|
||||
timeline,
|
||||
if (isBottomWidgetVisible)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue