FastScroll-Everywhere icon indicating copy to clipboard operation
FastScroll-Everywhere copied to clipboard

Force Stop

Open Hitexroid opened this issue 8 years ago • 3 comments

Sorry for my English !

when i have 40.000 item in recyclerview , and i scrolling with fast scroll , it slow and force stop

Hitexroid avatar Nov 05 '16 10:11 Hitexroid

Could you show me the crash log here?

在 2016年11月5日,18:13,Sadeq [email protected] 写道:

Sorry for my English !

when i have 40.000 item in recyclerview , and i scrolling with fast scroll , it slow and crash

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Mixiaoxiao avatar Nov 05 '16 10:11 Mixiaoxiao

no crash , just that very slow and show message box

YourApp isn't responding. Do you want to close it ?

WAIT | OK

Hitexroid avatar Nov 05 '16 13:11 Hitexroid

@Hitexroid Your data is too large, when you scroll 1 px by "fast-scroll" the recyclerview needs to scroll many many many many items. The scroll of recyclerview can not keep up with the "fast-scroll"(the recyclerview needs to calculate the height of every item and decoration). This may be the reason.

Mixiaoxiao avatar Nov 06 '16 13:11 Mixiaoxiao