mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am e306d292: Merge "Remove a useless IPC call."
* commit 'e306d292ebc2a753cb2546c306cb6abc47fb55f0': Remove a useless IPC call.
This commit is contained in:
commit
bfa0d8df8d
@ -2305,7 +2305,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…
x
Reference in New Issue
Block a user