You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered: