Reset pagination on landing

This commit is contained in:
Alfonso Grillo 2023-01-19 17:27:24 +01:00
parent c8d13c62f6
commit 729acb7b3e

View file

@ -77,6 +77,9 @@ private extension PollHistoryService {
return
}
#warning("to be removed probably?")
timeline.resetPagination()
timeline.paginate(Constants.pageSize,
direction: .backwards,
onlyFromStore: false) { response in