Keep Keyboard object while closing KeyboardView

Bug: 8217626
Change-Id: Ie00ba827bc391aa152427965c57488b66308a75c
main
Tadashi G. Takaoka 2013-02-27 17:30:16 +09:00
parent e621ea5fdc
commit 016046eb4e
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