mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Handle number of batches / last batch
This commit is contained in:
@@ -44,6 +44,7 @@ struct PollHistoryViewState: BindableState {
|
||||
var isLoading = false
|
||||
var canLoadMoreContent = true
|
||||
var polls: [TimelinePollDetails]?
|
||||
var numberOfFetchedBatches: UInt = 0
|
||||
}
|
||||
|
||||
enum PollHistoryViewAction {
|
||||
|
||||
Reference in New Issue
Block a user