mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 09:13:17 +03: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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user