Fix for loading subscriptions

This commit is contained in:
Arkadiusz Fal
2021-09-19 19:31:21 +02:00
parent bede29dd51
commit 433725c5e8
5 changed files with 21 additions and 4 deletions

View File

@@ -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")