Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 452cd2f6 authored by Jean Chalard's avatar Jean Chalard
Browse files

Fix a bug where LatinIME would leak pipes.

Bug: 12667742
Bug: 12821388
Change-Id: Ic0bad56fb96e54ac032759adffc8ea320c06dff2
parent 52eb673c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
    }