mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
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:
parent
c735df76f7
commit
83bc82e104
1 changed files with 0 additions and 2 deletions
|
@ -76,8 +76,6 @@
|
||||||
AVAudioSession *audioSession = [AVAudioSession sharedInstance];
|
AVAudioSession *audioSession = [AVAudioSession sharedInstance];
|
||||||
[audioSession setCategory:AVAudioSessionCategoryPlayback
|
[audioSession setCategory:AVAudioSessionCategoryPlayback
|
||||||
error:nil];
|
error:nil];
|
||||||
[audioSession setActive:YES
|
|
||||||
error:nil];
|
|
||||||
|
|
||||||
self.webView.scalesPageToFit = YES;
|
self.webView.scalesPageToFit = YES;
|
||||||
self.webView.allowsLinkPreview = YES;
|
self.webView.allowsLinkPreview = YES;
|
||||||
|
|
Loading…
Add table
Reference in a new issue