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

Null Pointer Exception onTouchEvent #3

Open
CanGokdere opened this issue Oct 4, 2015 · 3 comments
Open

Null Pointer Exception onTouchEvent #3

CanGokdere opened this issue Oct 4, 2015 · 3 comments

Comments

@CanGokdere
Copy link

My problem is as follows, I am using linkableedittext in a fragment. When I first see the activity everything is fine, edittext request focus and I start typing. When I close the keyboard and the re-touch on edit text to get focus, it gives me crash report.
java.lang.NullPointerException
at android.widget.Editor.onTouchUpEvent(Editor.java:1927)
at android.widget.TextView.onTouchEvent(TextView.java:8865)
at android.view.View.dispatchTouchEvent(View.java:7817)

I saw something like this: http://stackoverflow.com/questions/22563891/crash-on-samsung-devices-for-edittext-containing-links

So, I also think problem is with LinkMovementMethod. Any suggestions for me to fix it or does library requires an update for the solution ?

Edit: Testing on Samsung Galaxy S3

@siyanew
Copy link

siyanew commented Nov 7, 2016

Yes, I have This Problem too

2 similar comments
@snowdream
Copy link

Yes, I have This Problem too

@Erica1217
Copy link

Yes, I have This Problem too

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

4 participants