Support load more in PollHistoryService

This commit is contained in:
Alfonso Grillo
2023-01-25 12:05:28 +01:00
parent 92fdc406a3
commit ef19527856
4 changed files with 39 additions and 5 deletions
@@ -49,4 +49,5 @@ struct PollHistoryViewState: BindableState {
enum PollHistoryViewAction {
case viewAppeared
case segmentDidChange
case loadMoreContent
}