mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
added poll detail scene with mock data
This commit is contained in:
@@ -40,6 +40,8 @@ final class PollHistoryViewModel: PollHistoryViewModelType, PollHistoryViewModel
|
||||
fetchFirstBatch()
|
||||
case .segmentDidChange:
|
||||
updateViewState()
|
||||
case .showPollDetail(let poll):
|
||||
completion?(.showPollDetail(poll: poll))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user