mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 17:23:20 +03:00
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user