2 parents 9ccb9eb + 047cd66 commit 9a1e741Copy full SHA for 9a1e741
1 file changed
src/libs/Middleware/Pagination.ts
@@ -108,7 +108,7 @@ const Pagination: Middleware = (requestResponse, request) => {
108
if (response.hasNewerActions === false || (type === 'initial' && !cursorID)) {
109
newPage.unshift(CONST.PAGINATION_START_ID);
110
}
111
- if (response.hasOlderActions === false) {
+ if (response.hasOlderActions === false || response.hasOlderActions === null) {
112
newPage.push(CONST.PAGINATION_END_ID);
113
114
0 commit comments