mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Cancel pending rotation when another rotation start
Bug: 5516802 Change-Id: Iccb0abeb94e6dc1322a98a0c744188bb74034c7f
This commit is contained in:
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…
x
Reference in New Issue
Block a user