question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Using the infinite loader implementation, if I scroll to the end of the list and then change something to retrieve a newly filtered or sorted list, then it may or may not load more if I scroll to the bottom of the list again. I’m not sure if this has something to do with the count being used to determine if the bottom of a list has been reached and then not being triggered again if it doesn’t change?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:31 (12 by maintainers)

github_iconTop GitHub Comments

7reactions
petyosicommented, Nov 18, 2020

@WillSquire @jiminy-billy-bob @ArjobanSingh Would exposing a resetEndReached() method work for you? I can’t think of any reasonable way to detect the logic flow you refer to. Please 👍/👎.

2reactions
petyosicommented, Dec 30, 2020

Hopefully, the introduced change addresses the problem - refreshing the data resets the endReached state, even if the data has the same length as the previous one.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Developers - Reset endReached - - Bountysource
Using the infinite loader implementation, if I scroll to the end of the list and then change something to retrieve a newly filtered...
Read more >
Utilising LibVLC MediaPlayer.Event.EndReached to reset ...
EndReached firing I: Call MediaPlayer.setMedia(media) to reload the Media object; Reset a few UI elements relating to my MediaPlayer ...
Read more >
VideoPlayer - Scripting API - Unity - Manual
Restart from beginning when done. videoPlayer. ... loopPointReached += EndReached; // Start playback. ... void EndReached(UnityEngine.Video.
Read more >
MoreMountains.CorgiEngine.MovingPlatform Class Reference
Resets the end reached status, allowing you to move in the opposite direction if CycleOption is set to StopAtBounds More.
Read more >
How to get on end reached event to register in recycler view
But I found the On End Reached event in recyclerview but cannot seem to ... and reset the data variable again when the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found