bauerca / drag-sort-listview

Android ListView with drag and drop reordering.
3.2k stars 1.44k forks source link

NPE when hitting the scrollbar (setFastScrollEnabled enabled) #79

Open theboubougne opened 11 years ago

theboubougne commented 11 years ago

Hi, Following the #77 issue I find out 2 new poblems.

1- when I enable FastScroll on my listview, if the first thing I hit after opening my activity is the scrollbar, I get a NPE 2- It might be related to your #77 fix. 1st time I hit a row, onListItemClick callback is called. If I try to hit the same row a 2nd time the callback isn't call anymore.

Thx fo your help

scompt commented 11 years ago

Your first problem with fast scrolling might be related to the issue I reported as #81. There's also a pull request that might help you.

Malachiasz commented 11 years ago

It might be related to the issue which I've reported: https://github.com/bauerca/drag-sort-listview/issues/100