mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix a bug where LatinIME would leak pipes.
Bug: 12667742 Bug: 12821388 Change-Id: Ic0bad56fb96e54ac032759adffc8ea320c06dff2
This commit is contained in:
parent
52eb673c46
commit
452cd2f619
@ -130,6 +130,7 @@ public final class InputLogic {
|
||||
// so we try using some heuristics to find out about these and fix them.
|
||||
mConnection.tryFixLyingCursorPosition();
|
||||
cancelDoubleSpacePeriodCountdown();
|
||||
mInputLogicHandler.destroy();
|
||||
mInputLogicHandler = new InputLogicHandler(mLatinIME, this);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user