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
628f704109
commit
4d5a4acbb3
@ -78,10 +78,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