I have implemented onClick listener to my ViewHolder for my RecyclerView
But when I perform very fast double taps or mouse clicks, it performs the task (opens a seperate
Add below attributes in your theme
false false
This will prevent multiple tap at same time.