mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove extra nonsense line of code
This commit is contained in:
parent
f8f94e2e70
commit
fa8e80965a
1 changed files with 0 additions and 1 deletions
|
|
@ -76,7 +76,6 @@ struct WebReaderContainerView: View {
|
||||||
guard let htmlContent = item.htmlContent else { return }
|
guard let htmlContent = item.htmlContent else { return }
|
||||||
let synthesizer = AVSpeechSynthesizer()
|
let synthesizer = AVSpeechSynthesizer()
|
||||||
synthesizer.speak(AVSpeechUtterance(string: htmlContent))
|
synthesizer.speak(AVSpeechUtterance(string: htmlContent))
|
||||||
AVSpeechUtterance(ss,)
|
|
||||||
},
|
},
|
||||||
label: {
|
label: {
|
||||||
Image(systemName: "play")
|
Image(systemName: "play")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue