fix(mobile): map timeline layout crash (#28878)

This commit is contained in:
Yaros
2026-06-10 16:02:36 +02:00
committed by GitHub
parent e580bb5d0a
commit 43f2f56530
@@ -23,7 +23,7 @@ class MapBottomSheet extends StatelessWidget {
resizeOnScroll: false,
actions: [],
backgroundColor: context.themeData.colorScheme.surface,
slivers: [const SliverFillRemaining(hasScrollBody: false, child: _ScopedMapTimeline())],
slivers: [const SliverFillRemaining(hasScrollBody: true, child: _ScopedMapTimeline())],
);
}
}