forked from shadowfacts/Tusker
Fix crash when displaying poll finished notification
This commit is contained in:
parent
019f7d6d6a
commit
1ad556f9cf
|
@ -55,6 +55,8 @@ class PollFinishedTableViewCell: UITableViewCell {
|
||||||
let doc = try! SwiftSoup.parseBodyFragment(status.content)
|
let doc = try! SwiftSoup.parseBodyFragment(status.content)
|
||||||
statusContentLabel.text = try! doc.text()
|
statusContentLabel.text = try! doc.text()
|
||||||
|
|
||||||
|
pollView.mastodonController = mastodonController
|
||||||
|
pollView.toastableViewController = delegate
|
||||||
pollView.updateUI(status: status, poll: poll)
|
pollView.updateUI(status: status, poll: poll)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue