mirror of
https://github.com/immich-app/immich.git
synced 2025-08-11 09:16:31 -04:00
not growable
This commit is contained in:
parent
a2e5652d19
commit
11dc8ffb17
@ -140,7 +140,7 @@ class _FixedSegmentRow extends ConsumerWidget {
|
|||||||
segmentIndex: 0, // For simplicity, using 0 for now
|
segmentIndex: 0, // For simplicity, using 0 for now
|
||||||
child: _AssetTileWidget(asset: assets?[i], assetIndex: curAssetIndex),
|
child: _AssetTileWidget(asset: assets?[i], assetIndex: curAssetIndex),
|
||||||
);
|
);
|
||||||
}),
|
}, growable: false),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user