Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The solution for cant call OnLinkClickListener #28

Open
congxc opened this issue Nov 3, 2016 · 0 comments
Open

The solution for cant call OnLinkClickListener #28

congxc opened this issue Nov 3, 2016 · 0 comments

Comments

@congxc
Copy link

congxc commented Nov 3, 2016

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 congxc changed the title The solution with cant call OnLinkClickListtemer The solution for cant call OnLinkClickListener Nov 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant