Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from Coffelius/master
Browse files Browse the repository at this point in the history
Fix setOnScrollListener to set mExternalOnScrollListener
  • Loading branch information
Malinskiy committed Dec 23, 2014
2 parents 3da25e2 + 55f0347 commit 7b4c550
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ public void hideRecycler() {
* @param listener
*/
public void setOnScrollListener(RecyclerView.OnScrollListener listener) {
mInternalOnScrollListener = listener;
mExternalOnScrollListener = listener;
}

/**
Expand Down

0 comments on commit 7b4c550

Please sign in to comment.