Reset pagination on landing

This commit is contained in:
Alfonso Grillo
2023-01-19 17:27:24 +01:00
parent c56d1f3bfe
commit 45e37e2610
@@ -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