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

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

am 7580e994: am 48d8d8d0: Fix potential NPE in MainKeyboardView.KeyTimerHandler

* commit '7580e994':
  Fix potential NPE in MainKeyboardView.KeyTimerHandler
parents 86b8b7b4 7580e994
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -229,6 +229,9 @@ public final class MainKeyboardView extends KeyboardView implements PointerTrack
        @Override
        public void handleMessage(final Message msg) {
            final MainKeyboardView keyboardView = getOuterInstance();
            if (keyboardView == null) {
                return;
            }
            final PointerTracker tracker = (PointerTracker) msg.obj;
            switch (msg.what) {
            case MSG_TYPING_STATE_EXPIRED: