-
Notifications
You must be signed in to change notification settings - Fork 23
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
NullPointerException in PDFView.loadComplete #1
Comments
@TalbotGooday Thank a lot for the suggestion, I treid to patch it as well but inserted
instead of a return to re-initialize it as it is initialized in the constructor. |
@TalbotGooday here it is ;-) I would be great if you can forge a release after it is merged 😇 |
@madmas Thank you) I'll try to make a release ASAP) |
Merged, fixed, released. Version 3.1.0-beta.3 is waiting for you |
@TalbotGooday it looks to me like something went wrong with the release :( I cannot get it from https://jitpack.io/com/github/TalbotGooday/AndroidPdfViewer/3.1.0-beta.3/ - does it work for you? |
@madmas Yeah. There was some kind of a bug with the jitpack. Try again now |
@TalbotGooday thanks a lot, works now. |
After loading an PDF, I get this exception:
From my point of view this state should not be possible as the referenced object is initialized in the constructor - but, it is.
The text was updated successfully, but these errors were encountered: