Skip to content

Commit

Permalink
Fix unnecessary layout request
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Jul 10, 2024
1 parent 93e554e commit 30b75c9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ internal open class BaseSmoothScroller(
layoutInfo.getRecyclerView()?.apply {
postOnAnimation {
stopScroll()
requestLayout()
}
}
}
Expand Down

0 comments on commit 30b75c9

Please sign in to comment.