zotero / zotero-android

Zotero for Android
Other
213 stars 13 forks source link

Navigate away from the app while in the midst of reading a pdf. Reopen the app many hours later It crashes. #115

Closed Dima-Android closed 5 months ago

Dima-Android commented 5 months ago

https://forums.zotero.org/discussion/111519/android-571823995-details/p1

Dima-Android commented 5 months ago

It was somewhat difficult for me to reproduce, but judging by crashlogs it’s the PSPDFKIT not being initialized when ReaderScreen is open. That’s a bit strange since a user shouldn’t even be able to open that screen in the first place if PSPDFKIT isn’t able to get initialized on his device. Because we have a check for this right before we try to open ReaderScreen.

I’ve changed the place where PSPDFKIT is initialized to make sure it definitely gets loaded even in the case the app was offloaded from memory by OS and then reloaded.