Skip to content

Commit

Permalink
Remove unused method call
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Jun 18, 2024
1 parent 235d4d2 commit 0324cbd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ class PivotLayoutManager(properties: Properties) : RecyclerView.LayoutManager(),
// If we have focus, save it temporarily since the views will change and we might lose it
hadFocusBeforeLayout = hasFocus()
scroller.cancelSmoothScroller()
pivotSelector.onLayoutChildren(state)
pivotLayout.onLayoutChildren(recycler, state)
layoutCompletedListener?.onLayoutCompleted(state)
}
Expand Down

0 comments on commit 0324cbd

Please sign in to comment.