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

Commit e306d292 authored by Jean Chalard's avatar Jean Chalard Committed by Android (Google) Code Review
Browse files

Merge "Remove a useless IPC call."

parents 50f9ca4a 27d78643
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();