iOS: #1150 (sound pauses when loading story)

Don’t need to make the audio session active; the Info.plist audio value is enough for the AirPlay fix.
This commit is contained in:
David Sinclair 2018-11-29 13:46:42 -08:00
parent c735df76f7
commit 83bc82e104

View file

@ -76,8 +76,6 @@
AVAudioSession *audioSession = [AVAudioSession sharedInstance];
[audioSession setCategory:AVAudioSessionCategoryPlayback
error:nil];
[audioSession setActive:YES
error:nil];
self.webView.scalesPageToFit = YES;
self.webView.allowsLinkPreview = YES;