mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
non-reflowable documents. The code only handled setups with "reclaim bar height" enabled (because that's my usual workflow, har har), but would have broken in various more or less obvious ways without it, depending on the exact layout/zoom settings. The previous attempts at handling the no-reclaim case were focused on scroll mode, which is a bit of a nightmare. This approach should deal as well/badly as the previous one in scroll mode, but actually handle page mode properly ;). Re #9979