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

Commit 870e62ac authored by nicolasroard's avatar nicolasroard
Browse files

Handle the case where the orientation column is not here...

bug:7537610
Change-Id: I4f64891a789358c20206aea3033fd17514199d62
parent 7a537732
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);
        }