GenericRenderers icon indicating copy to clipboard operation
GenericRenderers copied to clipboard

Add notify item change for 'move(from, to, item)'

Open aballano opened this issue 7 years ago • 0 comments

Currently the adapter's function move(from, to, item) doesn't call notifyItemChanged although it sets a possibly new item in the list, potentially causing a duplicate of the previous item instead of updating it as well.

On the same topic, it would be necessary to update the function name to showcase this behaviour (moveAndUpdate) and also create a function that only does the move(from, to) action.

aballano avatar Oct 31 '18 12:10 aballano