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

Commit 1d84ed07 authored by nicolasroard's avatar nicolasroard Committed by Android Git Automerger
Browse files

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

* commit '870e62ac':
  Handle the case where the orientation column is not here...
parents 527b201b 870e62ac
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);
        }