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

Commit 2ed1ec41 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

am 016046eb: Keep Keyboard object while closing KeyboardView

* commit '016046eb':
  Keep Keyboard object while closing KeyboardView
parents 6aaeb7fc 016046eb
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