fix: remove drift map scrubber (#20723)

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
shenlong
2025-08-07 00:10:06 +05:30
committed by GitHub
parent 3cd7f5ab90
commit c5c9a522c1
2 changed files with 52 additions and 36 deletions

View File

@@ -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),
);
}
}