mirror of
https://github.com/immich-app/immich.git
synced 2025-07-31 15:08:44 -04:00
show thumbhash for merged assets when scrubbing
This commit is contained in:
parent
2051788587
commit
366437043d
@ -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