DynamicGrid icon indicating copy to clipboard operation
DynamicGrid copied to clipboard

DynamicGridView.startEditMode(int) doesn't work properly without calling setOnDragListener

Open denisk20 opened this issue 11 years ago • 0 comments

STR: in the example comment out gridView.setOnDragListener call in GridActivity. Now when long clicking on an item the dragging doesn't start immediately. Add gridView.setOnDragListener back (even with empty onDragStarted and onDragPositionsChanged) - and the dragging will start immediately after long click.

denisk20 avatar Jul 22 '14 10:07 denisk20