mirror of
https://github.com/immich-app/immich.git
synced 2025-08-11 09:16:31 -04:00
show thumbhash for merged assets when scrubbing
This commit is contained in:
parent
fe6ba61605
commit
0c58109c33
@ -73,10 +73,10 @@ class ThumbnailTile extends ConsumerWidget {
|
||||
tag: '${asset?.heroTag ?? ''}_$heroIndex',
|
||||
child: Thumbnail.fromBaseAsset(
|
||||
asset: asset,
|
||||
thumbhashMode: asset != null && asset.hasLocal
|
||||
? ThumbhashMode.disabled
|
||||
: isScrubbing
|
||||
thumbhashMode: isScrubbing
|
||||
? ThumbhashMode.only
|
||||
: asset != null && asset.hasLocal
|
||||
? ThumbhashMode.disabled
|
||||
: ThumbhashMode.enabled,
|
||||
),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user