mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 063a98a7
: Merge "Reuse keyboard view\'s drawing bitmap if possible" into honeycomb
* commit '063a98a7b24f7777f0c4173f5bd09b8f2bceda8e': Reuse keyboard view's drawing bitmap if possible
This commit is contained in:
commit
e820fdfeb0
@ -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 New Issue
Block a user