We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3020b7e commit a8e03c1Copy full SHA for a8e03c1
ios/RNJWPlayer/RNJWPlayerViewController.m
@@ -138,7 +138,7 @@ - (void)playerViewController:(JWPlayerViewController *)controller sizeChangedFro
138
NSData* data = [NSJSONSerialization dataWithJSONObject:sizesDict options:NSJSONWritingPrettyPrinted error: &error];
139
_parentView.onPlayerSizeChange(@{@"sizes": data});
140
141
- [controller setVisibility:0 forControls:@[@3, @4]];
+ [controller setVisibility:0 for:@[@3, @4]];
142
}
143
144
0 commit comments