Skip to content

Commit

Permalink
Remove the unneeded computeScrollOffset call (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
thagikura authored Sep 6, 2018
1 parent feea71a commit 80cd42e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2227,7 +2227,7 @@ public int computeHorizontalScrollOffset(RecyclerView.State state) {
if (DEBUG) {
Log.d(TAG, "computeHorizontalScrollOffset: " + scrollOffset);
}
return computeScrollOffset(state);
return scrollOffset;
}

@Override
Expand Down

0 comments on commit 80cd42e

Please sign in to comment.