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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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