fix: fixes where Android's muted prop behavior differs from iOS (#3339)
This commit is contained in:
		@@ -646,6 +646,7 @@ public class ReactExoplayerView extends FrameLayout implements
 | 
			
		||||
                    .setMediaSourceFactory(mediaSourceFactory)
 | 
			
		||||
                    .build();
 | 
			
		||||
        player.addListener(self);
 | 
			
		||||
        player.setVolume(muted ? 0.f : audioVolume * 1);
 | 
			
		||||
        exoPlayerView.setPlayer(player);
 | 
			
		||||
        if (adsLoader != null) {
 | 
			
		||||
            adsLoader.setPlayer(player);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user