Skip to content

Commit 7c09867

Browse files
committedSep 16, 2016
* temp rem for play audio with URL
1 parent d5b2778 commit 7c09867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ios/AudioPlayerManager.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ - (void)audioPlayerDidFinishPlaying:(AVAudioPlayer *)recorder successfully:(BOOL
8585
NSError *error;
8686

8787
NSString *sessionCategory = [RCTConvert NSString:options[@"sessionCategory"]];
88-
[self setSessionCategory:sessionCategory];
88+
//temp rem cong.nt [self setSessionCategory:sessionCategory];
8989
NSNumber *numberOfLoops = [RCTConvert NSNumber:options[@"numberOfLoops"]];
9090

9191
_audioFileURL = [NSURL fileURLWithPath:path];

0 commit comments

Comments
 (0)
Please sign in to comment.