Skip to content
Snippets Groups Projects
Commit 595a155b authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Geoffrey Métais
Browse files

Prevent playlist item reorder to trigger the long tap action

parent 2fa6a9f4
No related branches found
No related tags found
No related merge requests found
......@@ -232,6 +232,7 @@ public class AudioBrowserAdapter extends PagedListAdapter<MediaLibraryItem, Audi
}
if (MotionEventCompat.getActionMasked(event) == MotionEvent.ACTION_DOWN) {
mIEventsHandler.onStartDrag(MediaItemViewHolder.this);
return true;
}
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment