Loading graphics/java/android/graphics/pdf/PdfRenderer.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -188,7 +188,6 @@ public final class PdfRenderer implements AutoCloseable { private void doClose() { private void doClose() { if (mCurrentPage != null) { if (mCurrentPage != null) { mCurrentPage.close(); mCurrentPage.close(); mCurrentPage = null; } } nativeClose(mNativeDocument); nativeClose(mNativeDocument); try { try { Loading Loading @@ -375,6 +374,7 @@ public final class PdfRenderer implements AutoCloseable { nativeClosePage(mNativePage); nativeClosePage(mNativePage); mNativePage = 0; mNativePage = 0; mCloseGuard.close(); mCloseGuard.close(); mCurrentPage = null; } } private void throwIfClosed() { private void throwIfClosed() { Loading Loading
graphics/java/android/graphics/pdf/PdfRenderer.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -188,7 +188,6 @@ public final class PdfRenderer implements AutoCloseable { private void doClose() { private void doClose() { if (mCurrentPage != null) { if (mCurrentPage != null) { mCurrentPage.close(); mCurrentPage.close(); mCurrentPage = null; } } nativeClose(mNativeDocument); nativeClose(mNativeDocument); try { try { Loading Loading @@ -375,6 +374,7 @@ public final class PdfRenderer implements AutoCloseable { nativeClosePage(mNativePage); nativeClosePage(mNativePage); mNativePage = 0; mNativePage = 0; mCloseGuard.close(); mCloseGuard.close(); mCurrentPage = null; } } private void throwIfClosed() { private void throwIfClosed() { Loading