mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(mobile): use cached thumbnail in full size image provider (#20637)
This commit is contained in:
parent
9680f1290d
commit
9e6fee4064
10 changed files with 166 additions and 76 deletions
|
|
@ -21,7 +21,7 @@ abstract class SegmentBuilder {
|
|||
static Widget buildPlaceholder(
|
||||
BuildContext context,
|
||||
int count, {
|
||||
Size size = const Size.square(kTimelineFixedTileExtent),
|
||||
Size size = kTimelineFixedTileExtent,
|
||||
double spacing = kTimelineSpacing,
|
||||
}) => RepaintBoundary(
|
||||
child: FixedTimelineRow(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue