Skip to content

[Android] DragAndDropEndedCommand called before the item is reordered in the collection #71

@InquisitorJax

Description

@InquisitorJax

Platform :

  • OS: Android

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    androidbugSomething isn't working

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions