askerov/DynamicGrid

Android L first item only reordering problem related to visibility

Closed this issue · 2 comments

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?

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

My problem was notifyDataSetChanged.