mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Fix: allow to render a TimelinePoll even if the poll is loading
This commit is contained in:
@@ -21,6 +21,7 @@ protocol TimelinePollViewModelProtocol {
|
||||
var completion: ((TimelinePollViewModelResult) -> Void)? { get set }
|
||||
|
||||
func updateWithPollDetails(_ pollDetails: TimelinePollDetails)
|
||||
func updateWithPollState(_ pollState: TimelinePollState)
|
||||
func showAnsweringFailure()
|
||||
func showClosingFailure()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user