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

Commit 6133e92e authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am 48df1491: Merge "Rewind buffer before copying into it." into jb-mr1-dev

* commit '48df1491':
  Rewind buffer before copying into it.
parents 5d0a560c 48df1491
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3831,6 +3831,7 @@ class MediaArtistNativeHelper {
                        outWidth, outHeight, Bitmap.Config.ARGB_8888);

                // Copy int[] to IntBuffer
                decBuffer.rewind();
                decBuffer.put(decArray, 0, thumbnailSize);
                decBuffer.rewind();