fixes black splashes on android

This commit is contained in:
Aravind Vemula
2023-07-23 21:38:26 +05:30
parent 9914faf4d9
commit 28ac4d20f8
5 changed files with 26 additions and 4 deletions

View File

@@ -2032,6 +2032,10 @@ class ReactExoplayerView extends FrameLayout implements
exoPlayerView.setSubtitleStyle(style);
}
public void setShutterColor(Integer color) {
exoPlayerView.setShutterColor(color);
}
@Override
public void onAdEvent(AdEvent adEvent) {
eventEmitter.receiveAdEvent(adEvent.getType().name());