My users are sending unhandled exceptions to me via http://code.google.com/p/android-remote-stacktrace/
I am getting the following but have no idea what it means.
I fixed it with a custom textEntry. Changed onSelectionChanged and put there the code from loopj!
My code:
@Override protected void onSelectionChanged(int selStart, int selEnd) { if (selStart >= 0) { super.onSelectionChanged(selStart, selEnd); } else { setSelection(getText().length()); } }