update DDAudioPlayerKit_Private
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user