Loading src/com/android/gallery3d/filtershow/cache/ImageLoader.java +2 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,8 @@ public final class ImageLoader { // Do nothing } catch (IllegalArgumentException e) { // Do nothing } catch (IllegalStateException e) { // Do nothing } 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 @@ -124,6 +124,8 @@ public final class ImageLoader { // Do nothing } catch (IllegalArgumentException e) { // Do nothing } catch (IllegalStateException e) { // Do nothing } finally { Utils.closeSilently(cursor); } Loading