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

Commit 09159319 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Change caught exception in MediaScanner when ExifInterface is created"

parents 0875fbab a74c7799
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -989,7 +989,7 @@ public class MediaScanner implements AutoCloseable {
                ExifInterface exif = null;
                try {
                    exif = new ExifInterface(entry.mPath);
                } catch (IOException ex) {
                } catch (Exception ex) {
                    // exif is null
                }
                if (exif != null) {