Skip to content

Commit a8e03c1

Browse files
committed
Take four.
1 parent 3020b7e commit a8e03c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNJWPlayer/RNJWPlayerViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ - (void)playerViewController:(JWPlayerViewController *)controller sizeChangedFro
138138
NSData* data = [NSJSONSerialization dataWithJSONObject:sizesDict options:NSJSONWritingPrettyPrinted error: &error];
139139
_parentView.onPlayerSizeChange(@{@"sizes": data});
140140

141-
[controller setVisibility:0 forControls:@[@3, @4]];
141+
[controller setVisibility:0 for:@[@3, @4]];
142142
}
143143
}
144144

0 commit comments

Comments
 (0)