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

Commit 68aa33b9 authored by Sungsoo's avatar Sungsoo Committed by android-build-merger
Browse files

DO NOT MERGE) ExifInterface: Provide backward compatibility am: c11f599a

am: 29e643bc

Change-Id: I413ba35abfc8999c405df78a40b8182f19472b6a
parents 84ecab60 29e643bc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1367,8 +1367,7 @@ public class ExifInterface {
     */
    public void saveAttributes() throws IOException {
        if (!mIsSupportedFile) {
            throw new UnsupportedOperationException(
                    "ExifInterface only supports saving attributes on JPEG formats.");
            throw new IOException("ExifInterface only supports saving attributes on JPEG formats.");
        }
        // Keep the thumbnail in memory
        mThumbnailBytes = getThumbnail();