TakuSemba / MultiSnapRecyclerView

Android library for multiple snapping of RecyclerView
Apache License 2.0
2.51k stars 302 forks source link

The application may be doing too much work on its main thread. #28

Open Gary-code opened 2 years ago

Gary-code commented 2 years ago

The application may be doing too much work on its main thread. When I am scrolling back. It was crashed.

Gary-code commented 2 years ago

I use this to initialize our Custom RecyclerView which extends from RecyclerView

val multiSnapHelper = MultiSnapHelper(interval = 3, speedMsPerInch = 100f)
multiSnapHelper.attachToRecyclerView(this)