AndroidPdfViewer icon indicating copy to clipboard operation
AndroidPdfViewer copied to clipboard

Fatal Exception: java.lang.NullPointerException Attempt to invoke virtual method 'boolean java.lang.Thread.isAlive()' on a null object reference com.github.barteksc.pdfviewer.PDFView.a c.d.a.a.c.onPostExecute (Unknown Source:1)

Open sammie-gh opened this issue 5 years ago • 2 comments

Can someone help me fix these issues I'm losing users due to this error

sammie-gh avatar Jan 20 '20 11:01 sammie-gh

Same here

luizfilho00 avatar Jul 03 '20 20:07 luizfilho00

if you are using HttpURLConnection connection; to load pdf from URL then put

@Override
    protected void onDestroy() {
        super.onDestroy();
        connection.disconnect();

    }

xclusive43 avatar Sep 27 '22 03:09 xclusive43