Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e820fdfe authored by Ken Wakasa's avatar Ken Wakasa Committed by Android Git Automerger
Browse files

am 063a98a7: Merge "Reuse keyboard view\'s drawing bitmap if possible" into honeycomb

* commit '063a98a7':
  Reuse keyboard view's drawing bitmap if possible
parents 294d1c08 063a98a7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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();
    }