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

Commit b826bf91 authored by Wu-cheng Li's avatar Wu-cheng Li
Browse files

Fix the bug that EXIF attributes are always cached.

b2039501
parent e6034f6c
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;
        }
    }

    /**