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

Commit 416b5e83 authored by Jean Chalard's avatar Jean Chalard Committed by Android Git Automerger
Browse files

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

* commit 'bfa0d8df':
  Remove a useless IPC call.
parents faf999f8 bfa0d8df
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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();