From 6f5211f2c4250afc156d2a310ec72f326e1d6a80 Mon Sep 17 00:00:00 2001 From: genglei01 Date: Mon, 11 Jun 2018 00:04:13 +0800 Subject: [PATCH] remove indentation remove indentation --- ios/RCTVideo.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/RCTVideo.m b/ios/RCTVideo.m index 17afef68..253f48da 100644 --- a/ios/RCTVideo.m +++ b/ios/RCTVideo.m @@ -68,7 +68,7 @@ static NSString *const timedMetadata = @"timedMetadata"; _controls = NO; _playerBufferEmpty = YES; _playInBackground = false; - _allowsExternalPlayback = YES; + _allowsExternalPlayback = YES; _playWhenInactive = false; _ignoreSilentSwitch = @"inherit"; // inherit, ignore, obey