Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

ButtomNaviationBar doesn't show single page pdf #97

Open
dongwooklee96 opened this issue Jan 18, 2022 · 0 comments
Open

ButtomNaviationBar doesn't show single page pdf #97

dongwooklee96 opened this issue Jan 18, 2022 · 0 comments

Comments

@dongwooklee96
Copy link

dongwooklee96 commented Jan 18, 2022

Hi everyone
In case that a PDF file has only 1 page, BottomNavigationBar does not appear at version 2.0.1
I think it would be a side effect.
The code handling the display condition of BottomNavigationBar should be changed as below,
before

bottomNavigationBar: (widget.showNavigation && widget.document.count > 1)

after

bottomNavigationBar: (widget.showNavigation && widget.document.count >= 1) 

What do you think about it?

PR: #98

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

No branches or pull requests

1 participant