mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Fix thumbnails loading indicators
This commit is contained in:
@@ -215,7 +215,7 @@ struct VideoCell: View {
|
||||
.onFailure { _ in
|
||||
lowQualityThumbnail = true
|
||||
}
|
||||
.indicator(.progress)
|
||||
.indicator(.activity)
|
||||
.mask(RoundedRectangle(cornerRadius: 12))
|
||||
.modifier(AspectRatioModifier())
|
||||
#if os(tvOS)
|
||||
|
Reference in New Issue
Block a user