From 915ab2e107f7d95d44a9fbc48b91409c6ac8c3e2 Mon Sep 17 00:00:00 2001 From: Fred Chasen Date: Thu, 14 May 2020 22:09:08 -0700 Subject: [PATCH] Always run check again after display of new views --- src/managers/continuous/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/managers/continuous/index.js b/src/managers/continuous/index.js index 3ec736a..22eb84a 100644 --- a/src/managers/continuous/index.js +++ b/src/managers/continuous/index.js @@ -289,9 +289,7 @@ class ContinuousViewManager extends DefaultViewManager { if(newViews.length){ return Promise.all(promises) .then(() => { - if (this.layout.name === "pre-paginated" && this.layout.props.spread) { - return this.check(); - } + return this.check(); }) .then(() => { // Check to see if anything new is on screen after rendering