FlowTextView icon indicating copy to clipboard operation
FlowTextView copied to clipboard

The solution for cant call OnLinkClickListener

Open congxc opened this issue 9 years ago • 0 comments

OnLinkClickListener not call please add fun: public boolean onTouchEvent(MotinEvent event){ mClickHandler.onTouch(this,event); return super.onTouchEvent(event); } in FlowTextView.java; and change fun public boolean onTouch(View view,MotionEvent event){ ... if(distance < 10){ if(event_code == MotionEvent.ACTION_DOWN){ ... } } ... } in ClickHandler.java

congxc avatar Nov 03 '16 08:11 congxc