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

Commit 53c024ab authored by nicolasroard's avatar nicolasroard Committed by Android Git Automerger
Browse files

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

* commit '1d84ed07':
  Handle the case where the orientation column is not here...
parents b23a56f9 1d84ed07
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);
        }