Open dstillman opened 3 weeks ago
Initially there was no way of hiding top bar at all. I asked them to implement that ability. And they did. Unfortunately this is how they implemented it. It activated with: .hideDocumentTitleOverlay() It also behaves this way in catalog app.
Visible here: https://github.com/zotero/zotero-android/issues/178#issuecomment-2449443528
I also notice this just when opening a PDF — I see what seems to be a PSPDFKit tab bar.
I assume this is some hackery that we needed to do, but is there any way to avoid it? If not, can we ask PSPDFKit for ways to disable these things?