when use the demo, if I long press the RecyclerView item at first, the onClickListener and onLongClickListener can't perform at the same time;
but if i click the ImageView at first, then long press the RecyclerView item, the onClickListener and onLongClickListener will perform together, how to resolve it???
when use the demo, if I long press the RecyclerView item at first, the onClickListener and onLongClickListener can't perform at the same time;
but if i click the ImageView at first, then long press the RecyclerView item, the onClickListener and onLongClickListener will perform together, how to resolve it???