mirror of
https://github.com/immich-app/immich.git
synced 2025-12-05 20:40:29 -08:00
@@ -326,7 +326,7 @@ class _ThumbnailRenderBox extends RenderBox {
|
||||
image: _previousImage!,
|
||||
fit: _fit,
|
||||
filterQuality: FilterQuality.low,
|
||||
opacity: 1.0 - _fadeValue,
|
||||
opacity: 1.0,
|
||||
);
|
||||
} else if (_image == null || _fadeValue < 1.0) {
|
||||
final paint = Paint()..shader = _placeholderGradient.createShader(rect);
|
||||
|
||||
Reference in New Issue
Block a user