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

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

DO NOT MERGE) ExifInterface: Provide backward compatibility am: 7ce92430 am: bb800841

am: 016c5889

Change-Id: I03faa540856ba74aff431e287cecc5995b6037bd
parents 5b649ddc 016c5889
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1372,8 +1372,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();