Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

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

Open
AndyVavrynets opened this issue Apr 4, 2013 · 2 comments
Milestone

Comments

@AndyVavrynets
Copy link

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
Copy link
Owner

lucasr commented Apr 12, 2013

@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
Copy link
Author

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

@lucasr lucasr added this to the Smoothie 0.2.0 milestone Oct 17, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants