Android ListView dragging process will trigger onSelectionChange event

I don’t want onSelectionChange to be triggered during dragging, which will cause my program to switch songs when dragging. I now changed to onItemsChosen, but the experience is very poor, and I need to click twice to switch songs.

Unity Ver: 2021.1.0b3
UIToolkit Ver: 1.0.0-preview.14

merryindelibleandeancondor

I currently solve this problem by modifying the List View source code changing PointerDownEvent to ClickEvent