From 3b3761dc8118d6936732240a034d56b361620396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Chmiela?= Date: Fri, 1 Apr 2016 12:52:23 +0200 Subject: [PATCH] Apply modifiers after fullscreen player dismissal --- RCTVideo.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RCTVideo.m b/RCTVideo.m index f8d920f9..4284f24d 100644 --- a/RCTVideo.m +++ b/RCTVideo.m @@ -534,7 +534,7 @@ static NSString *const playbackBufferEmptyKeyPath = @"playbackBufferEmpty"; { _fullScreenPlayerPresented = false; _presentingViewController = nil; - [self setControls:_controls]; + [self applyModifiers]; [_eventDispatcher sendInputEventWithName:@"onVideoFullscreenPlayerDidDismiss" body:@{@"target": self.reactTag}]; } }