Loading core/java/android/inputmethodservice/KeyboardView.java +5 −3 Original line number Diff line number Diff line Loading @@ -1410,10 +1410,12 @@ public class KeyboardView extends View implements View.OnClickListener { } private void removeMessages() { if (mHandler != null) { mHandler.removeMessages(MSG_REPEAT); mHandler.removeMessages(MSG_LONGPRESS); mHandler.removeMessages(MSG_SHOW_PREVIEW); } } @Override public void onDetachedFromWindow() { Loading Loading
core/java/android/inputmethodservice/KeyboardView.java +5 −3 Original line number Diff line number Diff line Loading @@ -1410,10 +1410,12 @@ public class KeyboardView extends View implements View.OnClickListener { } private void removeMessages() { if (mHandler != null) { mHandler.removeMessages(MSG_REPEAT); mHandler.removeMessages(MSG_LONGPRESS); mHandler.removeMessages(MSG_SHOW_PREVIEW); } } @Override public void onDetachedFromWindow() { Loading