mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
parent
2d816e89ad
commit
0b60cc8965
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ class _ThumbnailRenderBox extends RenderBox {
|
||||||
image: _previousImage!,
|
image: _previousImage!,
|
||||||
fit: _fit,
|
fit: _fit,
|
||||||
filterQuality: FilterQuality.low,
|
filterQuality: FilterQuality.low,
|
||||||
opacity: 1.0 - _fadeValue,
|
opacity: 1.0,
|
||||||
);
|
);
|
||||||
} else if (_image == null || _fadeValue < 1.0) {
|
} else if (_image == null || _fadeValue < 1.0) {
|
||||||
final paint = Paint()..shader = _placeholderGradient.createShader(rect);
|
final paint = Paint()..shader = _placeholderGradient.createShader(rect);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue