Reset pagination on landing

This commit is contained in:
Alfonso Grillo
2023-01-19 17:27:24 +01:00
parent 460c5a9682
commit 49973316e0
@@ -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