lucasr / smoothie

[DEPRECATED] Easy async loading for Android's ListView/GridView
985 stars 163 forks source link

AsyncGridView don't show Bitmap on left column if fastScrollEnabled="true" #11

Open AndyVavrynets opened 11 years ago

AndyVavrynets commented 11 years ago

I don't know what I am doing wrong, but when set fastScrollEnabled - true, and use this fast scroll images don't display on left column, but on right all good, and when I change to AsyncListView all works good too.

To reproduce this issue set in this sample https://github.com/lucasr/smoothie/tree/master/samples/gallery fastScrollEnabled="true" in XML-layout

Could, somebody, give me some solution of this issue?

Thanks a lot, DavyJonesUA.

lucasr commented 11 years ago

@DavyJonesUA It seems that the fast scrolling UI intercepts touch events which might not work well with the way Smoothie tracks user interaction to know when to load items from the ListView/GridView. Let me investigate if there's a way to work around that.

AndyVavrynets commented 11 years ago

@lucasr Thank you, a lot. I would wait for fix this issue.