Support load more in PollHistoryService

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