mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
* commit 'e0e7c42e1d4e24129b0e1f8f67eaec31cdd8f6f0': Remove a useless IPC call.
This commit is contained in:
commit
691207d1bb
@ -2342,7 +2342,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||
if (!mRecapitalizeStatus.isSetAt(mLastSelectionStart, mLastSelectionEnd)) {
|
||||
mLastSelectionStart = mRecapitalizeStatus.getNewCursorStart();
|
||||
mLastSelectionEnd = mRecapitalizeStatus.getNewCursorEnd();
|
||||
mConnection.setSelection(mLastSelectionStart, mLastSelectionEnd);
|
||||
}
|
||||
}
|
||||
mRecapitalizeStatus.rotate();
|
||||
|
Loading…
Reference in New Issue
Block a user