askerov / DynamicGrid

Drag and drop GridView for Android
Apache License 2.0
926 stars 288 forks source link

Android L first item only reordering problem related to visibility #55

Closed chanil1218 closed 9 years ago

chanil1218 commented 9 years ago

In Latest commit example project at Android L device, only first item reordering cause sporadic item disappearance.

And in our project, long click on first item doesn't make selectedView(first item) invisible at startDragAtPosition(int position) method. I think these two incidents related. But I can't debug it.

Any idea?

chanil1218 commented 9 years ago

I think this is similar to issue #26, Is there any clue on this issue denis? @denisk20

chanil1218 commented 9 years ago

My problem was notifyDataSetChanged.