diff --git a/mobile/lib/presentation/widgets/timeline/fixed/segment.model.dart b/mobile/lib/presentation/widgets/timeline/fixed/segment.model.dart index 78c0744749..295df60f25 100644 --- a/mobile/lib/presentation/widgets/timeline/fixed/segment.model.dart +++ b/mobile/lib/presentation/widgets/timeline/fixed/segment.model.dart @@ -140,7 +140,7 @@ class _FixedSegmentRow extends ConsumerWidget { segmentIndex: 0, // For simplicity, using 0 for now child: _AssetTileWidget(asset: assets?[i], assetIndex: curAssetIndex), ); - }), + }, growable: false), ); } }