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

Commit d16a8ef2 authored by Jeff Brown's avatar Jeff Brown Committed by Android (Google) Code Review
Browse files

Merge "Update signature of writeBlob." into mnc-dev

parents 53d35030 e8df5399
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -583,7 +583,7 @@ status_t CameraMetadata::writeToParcel(Parcel& data,
     */
    WritableBlob blob;
    do {
        res = data.writeBlob(blobSize, &blob);
        res = data.writeBlob(blobSize, false, &blob);
        if (res != OK) {
            break;
        }