misc watch stuff including taps, sounds, maybe working
This commit is contained in:
@@ -42,11 +42,11 @@ extension BridgeModule {
|
||||
switch audioQueue.audioType {
|
||||
|
||||
case .shortBeep:
|
||||
AudioEngine.playBeep()
|
||||
AudioEngine.shared.playBeep()
|
||||
case .finishBeep:
|
||||
AudioEngine.playFinished()
|
||||
AudioEngine.shared.playFinished()
|
||||
case .remoteURL(let url):
|
||||
AudioEngine.playRemoteAudio(fromURL: url)
|
||||
AudioEngine.shared.playRemoteAudio(fromURL: url)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user