mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
We initially show the nav bar but not bottom bar, so this keeps them in sync on subsequent taps
This commit is contained in:
parent
9ebf0f6a6b
commit
c5cb5d9514
1 changed files with 1 additions and 1 deletions
|
|
@ -368,8 +368,8 @@ struct WebReaderContainerView: View {
|
|||
)
|
||||
.onTapGesture {
|
||||
withAnimation {
|
||||
showBottomBar = !showBottomBar
|
||||
navBarVisibilityRatio = navBarVisibilityRatio == 1 ? 0 : 1
|
||||
showBottomBar = navBarVisibilityRatio == 1
|
||||
showNavBarActionID = UUID()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue