Lê Tuấn Anh

Results 2 comments of Lê Tuấn Anh

You must disable forcus cardview, set setOnTouchListener in htmlTextView with call onTouchEvent of CardView ``` htmlTextView.setOnTouchListener((v, event) -> { itemView.findViewById(R.id.layout_child).onTouchEvent(event); return false; }); ```

You should use play-services-auth version 15.0.0