Loading core/java/android/view/inputmethod/InputMethodManager.java +4 −3 Original line number Diff line number Diff line Loading @@ -707,8 +707,9 @@ public final class InputMethodManager { if (mBindSequence != bindSequence) { return; } if (matrixValues == null) { // That this app is unbound from the parent ActivityView. In this case, if (matrixValues == null || mActivityViewToScreenMatrix == null) { // Either InputBoundResult#mActivityViewToScreenMatrixValues is null // OR this app is unbound from the parent ActivityView. In this case, // calling updateCursorAnchorInfo() isn't safe. Only clear the matrix. mActivityViewToScreenMatrix = null; return; Loading Loading
core/java/android/view/inputmethod/InputMethodManager.java +4 −3 Original line number Diff line number Diff line Loading @@ -707,8 +707,9 @@ public final class InputMethodManager { if (mBindSequence != bindSequence) { return; } if (matrixValues == null) { // That this app is unbound from the parent ActivityView. In this case, if (matrixValues == null || mActivityViewToScreenMatrix == null) { // Either InputBoundResult#mActivityViewToScreenMatrixValues is null // OR this app is unbound from the parent ActivityView. In this case, // calling updateCursorAnchorInfo() isn't safe. Only clear the matrix. mActivityViewToScreenMatrix = null; return; Loading