mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Fix a flash in the wrong place"
This commit is contained in:
commit
8fb2f6a441
@ -1839,9 +1839,8 @@ public final class InputLogic {
|
||||
// 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
|
||||
// ignored by TextView.
|
||||
mConnection.commitCorrection(
|
||||
new CorrectionInfo(
|
||||
mConnection.getExpectedSelectionEnd() - typedWord.length(),
|
||||
mConnection.commitCorrection(new CorrectionInfo(
|
||||
mConnection.getExpectedSelectionEnd() - autoCorrection.length(),
|
||||
typedWord, autoCorrection));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user