mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
set stack style navigation for full screen reader
This commit is contained in:
parent
da9b77153a
commit
17e807afe3
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ import Utils
|
|||
if let item = viewModel.item {
|
||||
WebReaderContainerView(item: item, isPresentedModally: true)
|
||||
.navigationBarHidden(true)
|
||||
.navigationViewStyle(.stack)
|
||||
.accentColor(.appGrayTextContrast)
|
||||
.task { viewModel.trackReadEvent() }
|
||||
} else if let errorMessage = viewModel.errorMessage {
|
||||
|
|
|
|||
Loading…
Reference in a new issue