mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Fix for loading subscriptions
This commit is contained in:
@@ -208,7 +208,10 @@ struct VideoView: View {
|
||||
image
|
||||
.resizable()
|
||||
} placeholder: {
|
||||
ProgressView()
|
||||
HStack {
|
||||
ProgressView()
|
||||
.frame(minWidth: 0, maxWidth: .infinity, minHeight: 0, maxHeight: .infinity)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
Image(systemName: "exclamationmark.square")
|
||||
|
Reference in New Issue
Block a user