mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix bug causing cursor being moved upon selecting a word
This commit is contained in:
parent
3d8233be92
commit
2ff68bf7cd
@ -439,6 +439,7 @@ public final class InputLogic {
|
||||
// The cursor has been moved : we now accept to perform recapitalization
|
||||
mRecapitalizeStatus.enable();
|
||||
// We moved the cursor. If we are touching a word, we need to resume suggestion.
|
||||
mIsAutoCorrectionIndicatorOn = false;
|
||||
mLatinIMELegacy.mHandler.postResumeSuggestions(true /* shouldDelay */);
|
||||
// Stop the last recapitalization, if started.
|
||||
mRecapitalizeStatus.stop();
|
||||
|
Loading…
Reference in New Issue
Block a user