diff --git a/dospad/Main/AppDelegate.m b/dospad/Main/AppDelegate.m index e2733d8..b5f92a5 100755 --- a/dospad/Main/AppDelegate.m +++ b/dospad/Main/AppDelegate.m @@ -184,7 +184,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( NSError *setCategoryErr = nil; NSError *activationErr = nil; [[AVAudioSession sharedInstance] - setCategory: AVAudioSessionCategoryPlayback + setCategory: AVAudioSessionCategoryAmbient error: &setCategoryErr]; [[AVAudioSession sharedInstance] setActive: YES