You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At Step 18 - Getting the page based on the LoadType.
Inside LoadType.PREPEND -> {} block , the value of endOfPaginationReached is set to true.
However, at the end of the same page, below the line: Now, the full page computation looks like this:,
the value of above feild is set to false.
i.e. endOfPaginationReached = false
This two pieces of code contradict each other and creates confusion. Please correct.
Here are the images for quick references:
IMAGE 1 [STEP 18]
IMAGE 2 [STEP 18]
shrishkukde and Pedro-Sequeirashrishkukdeshrishkukde