Fix thumbnails loading indicators

This commit is contained in:
Arkadiusz Fal
2021-10-23 13:33:40 +02:00
parent cc68e53f42
commit 7ab5886ed4
3 changed files with 3 additions and 3 deletions

View File

@@ -215,7 +215,7 @@ struct VideoCell: View {
.onFailure { _ in
lowQualityThumbnail = true
}
.indicator(.progress)
.indicator(.activity)
.mask(RoundedRectangle(cornerRadius: 12))
.modifier(AspectRatioModifier())
#if os(tvOS)