Reset endReached
See original GitHub issueUsing 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:
- Created 3 years ago
- Comments:31 (12 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@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 👍/👎.Hopefully, the introduced change addresses the problem - refreshing the data resets the
endReachedstate, even if the data has the same length as the previous one.