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);
|
invalidate(x, y, x + key.mWidth, y + key.mHeight);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Remove this method.
|
||||||
public void closing() {
|
public void closing() {
|
||||||
mInvalidateAllKeys = true;
|
mInvalidateAllKeys = true;
|
||||||
mKeyboard = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue