Loading src/com/android/gallery3d/filtershow/cache/ImageLoader.java +2 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
src/com/android/gallery3d/filtershow/cache/ImageLoader.java +2 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading