We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806a421 commit 9a91aeeCopy full SHA for 9a91aee
swiftchan/Views/Thread/ThreadView.swift
@@ -70,7 +70,7 @@ struct ThreadView: View {
70
}
71
.padding(.all, 3)
72
.onChange(of: presentationState.galleryIndex) { _ in
73
- if (!presentationState.presentingReplies && !showReply) {
+ if !presentationState.presentingReplies && !showReply {
74
scrollToPost(reader: reader)
75
76
0 commit comments