fix(Browser): Infinite scroll not working#1432
fix(Browser): Infinite scroll not working#1432acinader merged 1 commit intoparse-community:masterfrom
Conversation
After parse-community#1334, the infinite scroll is no longer loading the next set of objects. This commit undoes parse-community#1334, and tries another approach in order to fix the original problem.
|
I think I can replicate #1334 again. Can you explain the logic behind this in the meantime? |
|
The objects in the dashboard are ordered by In addition to that, this logic was not considering that |
After #1334, the infinite scroll is no longer loading the next set of objects. This commit undoes #1334, and tries another approach in order to fix the original problem.