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

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
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();