mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 13:29:37 +00:00
Compare against ObjC NO to ensure correctness.
This commit is contained in:
parent
00485d6cd8
commit
bd8e2ee20a
|
@ -198,7 +198,7 @@ impl Backend for AppKit {
|
|||
|
||||
fn is_speaking(&self) -> Result<bool, Error> {
|
||||
let is_speaking: i8 = unsafe { msg_send![self.0, isSpeaking] };
|
||||
Ok(is_speaking == YES as i8)
|
||||
Ok(is_speaking != NO as i8)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user