You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
android-pdfviewer throws a crash when trying to load a corrupted PDF file. This crash originates from android.graphics.pdf.PdfRenderer and is not caught by the try catch block in the setup method. If this were the case, the crash would be caught by the error handler.
I considered downloading the file beforehand and instantiate the PdfRenderer class with it to see if a crash occurs. But I feel like onPdfRendererError should be called instead.
The text was updated successfully, but these errors were encountered:
android-pdfviewer throws a crash when trying to load a corrupted PDF file. This crash originates from android.graphics.pdf.PdfRenderer and is not caught by the try catch block in the setup method. If this were the case, the crash would be caught by the error handler.
I considered downloading the file beforehand and instantiate the PdfRenderer class with it to see if a crash occurs. But I feel like onPdfRendererError should be called instead.
The text was updated successfully, but these errors were encountered: