am 016046eb: Keep Keyboard object while closing KeyboardView
* commit '016046eb4e3ea28745b9a29c41c126801f177f58': Keep Keyboard object while closing KeyboardViewmain
commit
2ed1ec411d
|
@ -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