mirror of
https://github.com/immich-app/immich.git
synced 2025-09-29 15:31:13 -04:00
parent
2d816e89ad
commit
0b60cc8965
@ -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…
x
Reference in New Issue
Block a user