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

Commit 07a44557 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Cancel pending rotation when another rotation start" into ics-mr1

parents 2e5e173a dd25e4fa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -372,6 +372,8 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
        private boolean mHasPendingFinishInput;

        public void startOrientationChanging() {
            removeMessages(MSG_PENDING_IMS_CALLBACK);
            resetPendingImsCallback();
            mIsOrientationChanging = true;
            final LatinIME latinIme = getOuterInstance();
            latinIme.mKeyboardSwitcher.saveKeyboardState();