am 2ed1ec41: am 016046eb: Keep Keyboard object while closing KeyboardView

* commit '2ed1ec411d8b539890359f8ced8e1fe8d90344cd':
  Keep Keyboard object while closing KeyboardView
main
Tadashi G. Takaoka 2013-02-27 15:27:35 -08:00 committed by Android Git Automerger
commit cbf3f2655a
1 changed files with 1 additions and 1 deletions

View File

@ -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