forked from zelo72/mastodon-ios
fix: poll input not trigger publish bar button item state issue
This commit is contained in:
parent
1424d07e1d
commit
5d6004c3dc
|
@ -415,6 +415,6 @@ extension ComposeViewModel: MastodonAttachmentServiceDelegate {
|
||||||
extension ComposeViewModel: ComposePollAttributeDelegate {
|
extension ComposeViewModel: ComposePollAttributeDelegate {
|
||||||
func composePollAttribute(_ attribute: ComposeStatusItem.ComposePollOptionAttribute, pollOptionDidChange: String?) {
|
func composePollAttribute(_ attribute: ComposeStatusItem.ComposePollOptionAttribute, pollOptionDidChange: String?) {
|
||||||
// trigger update
|
// trigger update
|
||||||
// pollOptionAttributes.value = pollOptionAttributes.value
|
pollOptionAttributes.value = pollOptionAttributes.value
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue