Skip to content

Commit

Permalink
Fixed checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed May 26, 2021
1 parent 53bd22d commit fe8c724
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public void onPageScrollStateChanged(int state) {
private class LayoutStateListener implements View.OnLayoutChangeListener {
@Override
public void onLayoutChange(
View v, int left, int top, int right, int bottom,
View view, int left, int top, int right, int bottom,
int oldLeft, int oldTop, int oldRight, int oldBottom) {
applyCurrentPage();
}
Expand Down

0 comments on commit fe8c724

Please sign in to comment.