mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Fix copybara stripping
PiperOrigin-RevId: 234496529
This commit is contained in:
parent
03e28d4689
commit
f3bd93394b
1 changed files with 0 additions and 9 deletions
|
|
@ -129,15 +129,6 @@ public class MainActivity extends AppCompatActivity
|
|||
/* context= */ this,
|
||||
castContext);
|
||||
break;
|
||||
case ExoCastOptionsProvider.RECEIVER_ID:
|
||||
playerManager =
|
||||
new ExoCastPlayerManager(
|
||||
/* listener= */ this,
|
||||
localPlayerView,
|
||||
castControlView,
|
||||
/* context= */ this,
|
||||
castContext);
|
||||
break;
|
||||
default:
|
||||
throw new IllegalStateException("Illegal receiver app id: " + applicationId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue