mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
some fix for models
This commit is contained in:
@@ -21,7 +21,7 @@ enum PollHistoryConstants {
|
||||
}
|
||||
|
||||
enum PollHistoryViewModelResult {
|
||||
case showPollDetail(poll: PollListData)
|
||||
case showPollDetail(poll: TimelinePollDetails)
|
||||
}
|
||||
|
||||
// MARK: View
|
||||
@@ -49,5 +49,5 @@ struct PollHistoryViewState: BindableState {
|
||||
enum PollHistoryViewAction {
|
||||
case viewAppeared
|
||||
case segmentDidChange
|
||||
case showPollDetail(poll: PollListData)
|
||||
case showPollDetail(poll: TimelinePollDetails)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user