Make the poll tappable in the List timeline
This commit is contained in:
parent
1f22c47a14
commit
83049517c0
|
@ -132,6 +132,7 @@ public struct StatusPollView: View {
|
|||
}
|
||||
}
|
||||
.frame(height: .pollBarHeight)
|
||||
.buttonStyle(.borderless)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue