Fix poll button not displaying pre-iOS 18
This commit is contained in:
parent
abbe0f82e6
commit
c929c40cc9
@ -99,7 +99,7 @@ private struct TogglePollButton: View {
|
||||
|
||||
var body: some View {
|
||||
Button(action: togglePoll) {
|
||||
Image(systemName: draft.pollEnabled ? "chart.bar.doc.horizontal.fill" : "chart.bar.horizontal.page")
|
||||
Image(systemName: draft.pollEnabled ? "chart.bar.doc.horizontal.fill" : "chart.bar.doc.horizontal")
|
||||
}
|
||||
.buttonStyle(LanguageButtonStyle())
|
||||
.disabled(disabled)
|
||||
|
Loading…
x
Reference in New Issue
Block a user