Skip to content

Commit

Permalink
Make LoopingLayoutManager open
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed Mar 24, 2023
1 parent 3acc8af commit 956da90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import androidx.recyclerview.widget.RecyclerView.LayoutParams
import java.lang.Math.min
import kotlin.math.abs

class LoopingLayoutManager : LayoutManager, RecyclerView.SmoothScroller.ScrollVectorProvider {
open class LoopingLayoutManager : LayoutManager, RecyclerView.SmoothScroller.ScrollVectorProvider {

/**
* Describes the way the layout should be... laid out. Anchor index, anchor edge, and scroll
Expand Down

0 comments on commit 956da90

Please sign in to comment.