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

This commit is contained in:
Tadashi G. Takaoka 2011-10-27 15:55:41 -07:00 committed by Android (Google) Code Review
commit 07a445572f

View file

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