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

Commit 243e370f authored by Jean Chalard's avatar Jean Chalard
Browse files

Move a member call out of the way

Change-Id: I5da48442c0b39aaff817c3b6d067a9b13fda0643
parent 747cf043
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1394,6 +1394,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
                return;
            }
            if (SPACE_STATE_DOUBLE == spaceState) {
                mHandler.cancelDoubleSpacesTimer();
                if (revertDoubleSpaceWhileInBatchEdit()) {
                    // No need to reset mSpaceState, it has already be done (that's why we
                    // receive it as a parameter)
@@ -2075,7 +2076,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
    }

    private boolean revertDoubleSpaceWhileInBatchEdit() {
        mHandler.cancelDoubleSpacesTimer();
        // Here we test whether we indeed have a period and a space before us. This should not
        // be needed, but it's there just in case something went wrong.
        final CharSequence textBeforeCursor = mConnection.getTextBeforeCursor(2, 0);