mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use title for the full screen text to speech view
This commit is contained in:
parent
d48c4139e3
commit
43c8e5cabb
1 changed files with 1 additions and 6 deletions
|
|
@ -416,14 +416,9 @@
|
|||
NavigationView {
|
||||
innerBody
|
||||
.background(Color.themeDisabledBG)
|
||||
.navigationTitle(LocalText.textToSpeechGeneric)
|
||||
.navigationTitle(audioController.itemAudioProperties?.title ?? LocalText.textToSpeechGeneric)
|
||||
.navigationBarItems(trailing: Button(action: { dismiss() }, label: { Text("Hide") }))
|
||||
.navigationBarTitleDisplayMode(NavigationBarItem.TitleDisplayMode.inline)
|
||||
// .searchable(text: $queryString, placement: .navigationBarDrawer(displayMode: .always)) {
|
||||
// // print("searching: ", queryString)
|
||||
// Text("content")
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue