Cancel pending rotation when another rotation start
Bug: 5516802 Change-Id: Iccb0abeb94e6dc1322a98a0c744188bb74034c7fmain
parent
556a7147c1
commit
dd25e4fa2c
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue