mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Retry loading thumbnails
This commit is contained in:
@@ -107,7 +107,7 @@ struct CommentView: View {
|
||||
.placeholder {
|
||||
Rectangle().fill(Color("PlaceholderColor"))
|
||||
}
|
||||
.retryOnAppear(false)
|
||||
.retryOnAppear(true)
|
||||
.indicator(.activity)
|
||||
.mask(RoundedRectangle(cornerRadius: 60))
|
||||
#if os(tvOS)
|
||||
|
Reference in New Issue
Block a user