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

Commit 41b21c47 authored by Satoshi Kataoka's avatar Satoshi Kataoka Committed by Android Git Automerger
Browse files

am 45c925a9: am 52cb409a: Don\'t resize debug array if production

* commit '45c925a9':
  Don't resize debug array if production
parents 99cccf3d 45c925a9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -285,7 +285,9 @@ final class GesturePreviewTrail {
            mEventTimes.setLength(newSize);
            mXCoordinates.setLength(newSize);
            mYCoordinates.setLength(newSize);
            if (DBG_SHOW_POINTS) {
                mPointTypes.setLength(newSize);
            }
            // The start index of the last segment of the stroke
            // {@link mLastInterpolatedDrawIndex} should also be updated because all array
            // elements have just been shifted for compaction or been zeroed.