Skip to content
Snippets Groups Projects
Commit bfa0d8df authored by Jean Chalard's avatar Jean Chalard Committed by Android Git Automerger
Browse files

am e306d292: Merge "Remove a useless IPC call."

* commit 'e306d292':
  Remove a useless IPC call.
parents a87070b6 e306d292
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment