-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It crashes, says progressBar is null #39
Comments
Can you please provide reproduction steps? |
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.rsmssb.oldpaper/com.rajat.pdfviewer.PdfViewerActivity}: java.lang.IllegalStateException: progressBar must not be null
startActivity(PdfViewerActivity.Companion.launchPdfFromUrl(mContext, path, "PDF", "", false) |
Hi, Thank you for using this library. Above issue has been fixed in latest version. |
It crashes upon starting activity.
Log states that progressBar is null.
The text was updated successfully, but these errors were encountered: