Fast taps (clicks) on RecyclerView opens multiple Fragments

前端 未结 10 907
渐次进展
渐次进展 2021-02-02 13:37

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

10条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-02 13:57

    Add below attributes in your theme

    false
    false
    

    This will prevent multiple tap at same time.

提交回复
热议问题