We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why in EndlessRecyclerOnTopScrollListener initial current page value is set to 0 and in EndlessRecyclerOnScrollListener is set to 1?
EndlessRecyclerOnTopScrollListener
EndlessRecyclerOnScrollListener
https://github.com/mikepenz/FastAdapter/blob/develop/library-extensions/src/main/java/com/mikepenz/fastadapter_extensions/scroll/EndlessRecyclerOnTopScrollListener.java#L13
https://github.com/mikepenz/FastAdapter/blob/develop/library-extensions/src/main/java/com/mikepenz/fastadapter_extensions/scroll/EndlessRecyclerOnScrollListener.java#L19
Can't find any reason for that.
The text was updated successfully, but these errors were encountered:
* the initial index of the EndlessRecclerOnScrollListener is now al…
EndlessRecclerOnScrollListener
cb882d9
…so 0 * FIX #399
This will be fixed with v3
Sorry, something went wrong.
FabianTerhorst
No branches or pull requests
Why in
EndlessRecyclerOnTopScrollListener
initial current page value is set to 0 and inEndlessRecyclerOnScrollListener
is set to 1?https://github.com/mikepenz/FastAdapter/blob/develop/library-extensions/src/main/java/com/mikepenz/fastadapter_extensions/scroll/EndlessRecyclerOnTopScrollListener.java#L13
https://github.com/mikepenz/FastAdapter/blob/develop/library-extensions/src/main/java/com/mikepenz/fastadapter_extensions/scroll/EndlessRecyclerOnScrollListener.java#L19
Can't find any reason for that.
The text was updated successfully, but these errors were encountered: