update DDAudioPlayerKit_Private

This commit is contained in:
DDIsFriend
2023-10-25 17:13:33 +08:00
parent 0dcf430c17
commit 08093f0cca
4 changed files with 10 additions and 10 deletions

View File

@@ -223,14 +223,14 @@ open class DDAudioServiceItem {
//
let status = AudioServicesDisposeSystemSoundID(vibrateSoundID)
// DDLog(message: "vibrate dispose status = \(status)")
// if status != 0 {
// //
if status != 0 {
//
endVibrate = true
// }else{
// vibrateSoundID = 0
}else{
vibrateSoundID = 0
// DDLog(message: "name = \(name)vibrate")
// completionHandler()
// }
completionHandler()
}
}
}