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

Commit 7a9127a5 authored by robinz1x's avatar robinz1x Committed by android-build-merger
Browse files

Merge "Use getCompressedSizeLong to get correct size for 2G file" am: ee1720cf am: d3ffd42b

am: 886c64d1

Change-Id: I52375b4646d392fb4877a454667897ee43a62bce
parents ae492c92 886c64d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ class MtpManager {
            }
            if (objectInfo.getFormat() != MtpConstants.FORMAT_ASSOCIATION) {
                if (!device.sendObject(sendObjectInfoResult.getObjectHandle(),
                        sendObjectInfoResult.getCompressedSize(), source)) {
                        sendObjectInfoResult.getCompressedSizeLong(), source)) {
                    throw new IOException("Failed to send contents of a document");
                }
            }