MultiSnapRecyclerView
MultiSnapRecyclerView copied to clipboard
The application may be doing too much work on its main thread.
The application may be doing too much work on its main thread. When I am scrolling back. It was crashed.
I use this to initialize our Custom RecyclerView which extends from RecyclerView
val multiSnapHelper = MultiSnapHelper(interval = 3, speedMsPerInch = 100f)
multiSnapHelper.attachToRecyclerView(this)