ExoPlayer PlayerView OnClickListener not working
问题 In my app, I want to handle user click on PlayerView however OnClickListener not being called and no exception is thrown. I added app:use_controller="false" to XML PlayerView . I tried to set OnTouchListener but I need MotionEvent.ACTION_UP to be called which is also not happening(because I don't want to handle the case when the user is scrolling, I need to handle the case when the user taps on PlayerView). class FeedHolder extends RecyclerView.ViewHolder { private TextView displayName,