Merge pull request #3179 from vemarav/shuttercolor

Android: fixes black splashes
This commit is contained in:
Olivier Bouillet
2023-08-03 20:59:35 +02:00
committed by GitHub
5 changed files with 28 additions and 3 deletions

View File

@@ -2039,6 +2039,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());