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

Commit cb2b2378 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 20729 into donut

* changes:
  Fix the bug that EXIF attributes are always cached.
parents abf44279 b826bf91
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -128,7 +128,10 @@ public class ExifInterface {
    }

    public void setFilename(String filename) {
        if (mFilename == null || !mFilename.equals(filename)) {
            mFilename = filename;
            mCachedAttributes = null;
        }
    }

    /**