We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0646411 + 857c341 commit 78c6aeeCopy full SHA for 78c6aee
core/java/android/widget/TextView.java
@@ -4656,7 +4656,7 @@ public void setTextIsSelectable(boolean selectable) {
4656
// mInputType should already be EditorInfo.TYPE_NULL and mInput should be null
4657
4658
setMovementMethod(selectable ? ArrowKeyMovementMethod.getInstance() : null);
4659
- setText(getText(), selectable ? BufferType.SPANNABLE : BufferType.NORMAL);
+ setText(mText, selectable ? BufferType.SPANNABLE : BufferType.NORMAL);
4660
4661
// Called by setText above, but safer in case of future code changes
4662
mEditor.prepareCursorControllers();
0 commit comments