Fix: allow to render a TimelinePoll even if the poll is loading

This commit is contained in:
Nicolas Mauri
2023-04-25 09:48:11 +02:00
parent 257e256761
commit 5926dad024
8 changed files with 61 additions and 7 deletions
@@ -21,6 +21,7 @@ protocol TimelinePollViewModelProtocol {
var completion: ((TimelinePollViewModelResult) -> Void)? { get set }
func updateWithPollDetails(_ pollDetails: TimelinePollDetails)
func updateWithPollState(_ pollState: TimelinePollState)
func showAnsweringFailure()
func showClosingFailure()
}