Commit 063acd7c authored by DavidHuang's avatar DavidHuang

Merge branch 'develop' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into develop

parents 8cf31ea4 f7d9531e
......@@ -337,7 +337,7 @@ extension AppDelegate {
// 确保 AVAudioSession 被正确配置,以便在静音模式下也能正常播放音频
do {
try AVAudioSession.sharedInstance().setCategory(AVAudioSession.Category.playback)
try AVAudioSession.sharedInstance().setCategory(.playback, mode: .moviePlayback, options: .mixWithOthers)
try AVAudioSession.sharedInstance().setActive(true)
} catch let error as NSError {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment