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',
|
tag: '${asset?.heroTag ?? ''}_$heroIndex',
|
||||||
child: Thumbnail.fromBaseAsset(
|
child: Thumbnail.fromBaseAsset(
|
||||||
asset: asset,
|
asset: asset,
|
||||||
thumbhashMode: asset != null && asset.hasLocal
|
thumbhashMode: isScrubbing
|
||||||
? ThumbhashMode.disabled
|
|
||||||
: isScrubbing
|
|
||||||
? ThumbhashMode.only
|
? ThumbhashMode.only
|
||||||
|
: asset != null && asset.hasLocal
|
||||||
|
? ThumbhashMode.disabled
|
||||||
: ThumbhashMode.enabled,
|
: ThumbhashMode.enabled,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user