Skip to content
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

java.lang.IllegalStateException: Don't call load on a PDF View without recycling it first. #1159

Open
1MaRo2 opened this issue Aug 24, 2023 · 0 comments

Comments

@1MaRo2
Copy link

1MaRo2 commented Aug 24, 2023

i made a app like e book store and i get this error when i use the search part

java.lang.IllegalStateException: Don't call load on a PDF View without recycling it first.
at com.github.barteksc.pdfviewer.PDFView.load(PDFView.java:353)
at com.github.barteksc.pdfviewer.PDFView.access$1900(PDFView.java:83)
at com.github.barteksc.pdfviewer.PDFView$Configurator$1.run(PDFView.java:1583)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7839)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
V/FA: Connecting to remote service
V/FA: Recording user engagement, ms: 7243
I/Process: Sending signal. PID: 3852 SIG: 9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant