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

Commit 9047063b authored by nicolasroard's avatar nicolasroard Committed by Android Git Automerger
Browse files

am 53c024ab: am 1d84ed07: am 870e62ac: Handle the case where the orientation column is not here...

* commit '53c024ab':
  Handle the case where the orientation column is not here...
parents b6c38277 53c024ab
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -151,6 +151,8 @@ public class ImageLoader {
            }
        } catch (SQLiteException e){
            return ExifInterface.ORIENTATION_UNDEFINED;
        } catch (IllegalArgumentException e) {
            return ExifInterface.ORIENTATION_UNDEFINED;
        } finally {
            Utils.closeSilently(cursor);
        }