* commit 'e820fdfeb045a7c61c971532578ed02144b5c3e6': Reuse keyboard view's drawing bitmap if possible
This commit is contained in:
commit
9fab90b16d
1 changed files with 1 additions and 2 deletions
|
@ -1374,8 +1374,7 @@ public class KeyboardView extends View implements PointerTracker.UIProxy {
|
|||
mHandler.cancelAllMessages();
|
||||
|
||||
dismissPopupKeyboard();
|
||||
mBuffer = null;
|
||||
mCanvas = null;
|
||||
mDirtyRect.union(0, 0, getWidth(), getHeight());
|
||||
mMiniKeyboardCache.clear();
|
||||
requestLayout();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue