mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: display thumbnail while scrubbing paused (#22164)
* fix: display thumbnail while scrubbing paused * pr feedback * pr feedback * tune timeout
This commit is contained in:
parent
d36c26bf97
commit
e42886b767
4 changed files with 34 additions and 16 deletions
|
|
@ -101,7 +101,6 @@ class _FixedSegmentRow extends ConsumerWidget {
|
|||
if (isScrubbing) {
|
||||
return _buildPlaceholder(context);
|
||||
}
|
||||
|
||||
if (timelineService.hasRange(assetIndex, assetCount)) {
|
||||
return _buildAssetRow(context, timelineService.getAssets(assetIndex, assetCount), timelineService);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue