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

main
Tadashi G. Takaoka 2011-10-27 15:55:41 -07:00 committed by Android (Google) Code Review
commit 07a445572f
1 changed files with 2 additions and 0 deletions

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