Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27d78643 authored by Jean Chalard's avatar Jean Chalard
Browse files

Remove a useless IPC call.

This is not useful because we're going to call setSelection again
with different values on the connection right away.

Also a preliminary change for
Bug: 10792236

Change-Id: I46c6ef1fbb3624086099bf81afddb0ef5ae85661
parent d823988b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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();