Skip to content

Commit

Permalink
Update for alpha01
Browse files Browse the repository at this point in the history
  • Loading branch information
dlam committed May 13, 2019
1 parent 4afc420 commit 2ced35f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class PostsAdapterBenchmark {
}
}

fun RecyclerView.scrollByOneItem() {
private fun RecyclerView.scrollByOneItem() {
scrollBy(0, getChildAt(childCount - 1).height)
}
}

0 comments on commit 2ced35f

Please sign in to comment.