chore(android): Fix/make videoEventEmitter agnostic on player (#3281)

This commit is contained in:
Olivier Bouillet
2023-10-12 21:46:40 +02:00
committed by GitHub
parent a4073d3e70
commit ad581ea2dc
4 changed files with 84 additions and 65 deletions

View File

@@ -6,6 +6,7 @@ import android.net.Uri;
import android.text.TextUtils;
import android.util.Log;
import com.brentvatne.common.react.VideoEventEmitter;
import com.brentvatne.common.toolbox.DebugLog;
import com.brentvatne.common.toolbox.ReactBridgeUtils;
import com.brentvatne.exoplayer.AudioOutput;