mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Keep Keyboard object while closing KeyboardView
Bug: 8217626 Change-Id: Ie00ba827bc391aa152427965c57488b66308a75c
This commit is contained in:
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…
x
Reference in New Issue
Block a user