Fix default alignment swiftlint offense

This commit is contained in:
Arkadiusz Fal
2022-11-25 19:31:48 +01:00
parent 84e50ddd25
commit 53620c4d35
14 changed files with 17 additions and 17 deletions

View File

@@ -103,7 +103,7 @@ struct NowPlayingView: View {
} else if comments.loaded && comments.all.isEmpty {
NoCommentsView(text: "No comments".localized(), systemImage: "0.circle.fill")
} else if !comments.loaded {
VStack(alignment: .center) {
VStack {
PlaceholderProgressView()
.onAppear {
comments.loadIfNeeded()