Handle number of batches / last batch

This commit is contained in:
Alfonso Grillo
2023-01-25 12:35:51 +01:00
parent 412452952c
commit 7582668aa8
5 changed files with 37 additions and 15 deletions
@@ -44,6 +44,7 @@ struct PollHistoryViewState: BindableState {
var isLoading = false
var canLoadMoreContent = true
var polls: [TimelinePollDetails]?
var numberOfFetchedBatches: UInt = 0
}
enum PollHistoryViewAction {