Keep Keyboard object while closing KeyboardView
Bug: 8217626 Change-Id: Ie00ba827bc391aa152427965c57488b66308a75cmain
parent
e621ea5fdc
commit
016046eb4e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue