Platform :
Description
In the AndroidHorizontalListViewRenderer, line 120, the command is called before the list is reordered. This means when the handler for the command is executed, the list is still in the order before the drag and drop takes place.
Fix
Move _onDragAndDropdEnded?.Execute(null); line to after the collection is modified.