mirror of
https://github.com/yattee/yattee.git
synced 2025-12-15 04:28:14 +00:00
Fix thumbnails loading indicators
This commit is contained in:
@@ -42,7 +42,7 @@ struct ChannelPlaylistCell: View {
|
||||
.placeholder {
|
||||
Rectangle().fill(Color("PlaceholderColor"))
|
||||
}
|
||||
.indicator(.progress)
|
||||
.indicator(.activity)
|
||||
.frame(width: 165, height: 88)
|
||||
.clipShape(RoundedRectangle(cornerRadius: 10))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user