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

Commit 016046eb authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Keep Keyboard object while closing KeyboardView

Bug: 8217626
Change-Id: Ie00ba827bc391aa152427965c57488b66308a75c
parent e621ea5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -635,9 +635,9 @@ public class KeyboardView extends View {
        invalidate(x, y, x + key.mWidth, y + key.mHeight);
    }

    // TODO: Remove this method.
    public void closing() {
        mInvalidateAllKeys = true;
        mKeyboard = null;
    }

    @Override