am 8fb2f6a4: Merge "Fix a flash in the wrong place"
* commit '8fb2f6a441ec56b449fc408b4f6da60f904f4cec': Fix a flash in the wrong placemain
commit
7f2655eafd
|
@ -1839,9 +1839,8 @@ public final class InputLogic {
|
||||||
// the segment of text starting at the supplied index and running for the length
|
// the segment of text starting at the supplied index and running for the length
|
||||||
// of the auto-correction flash. At this moment, the "typedWord" argument is
|
// of the auto-correction flash. At this moment, the "typedWord" argument is
|
||||||
// ignored by TextView.
|
// ignored by TextView.
|
||||||
mConnection.commitCorrection(
|
mConnection.commitCorrection(new CorrectionInfo(
|
||||||
new CorrectionInfo(
|
mConnection.getExpectedSelectionEnd() - autoCorrection.length(),
|
||||||
mConnection.getExpectedSelectionEnd() - typedWord.length(),
|
|
||||||
typedWord, autoCorrection));
|
typedWord, autoCorrection));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue