mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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,
|
/* context= */ this,
|
||||||
castContext);
|
castContext);
|
||||||
break;
|
break;
|
||||||
case ExoCastOptionsProvider.RECEIVER_ID:
|
|
||||||
playerManager =
|
|
||||||
new ExoCastPlayerManager(
|
|
||||||
/* listener= */ this,
|
|
||||||
localPlayerView,
|
|
||||||
castControlView,
|
|
||||||
/* context= */ this,
|
|
||||||
castContext);
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
throw new IllegalStateException("Illegal receiver app id: " + applicationId);
|
throw new IllegalStateException("Illegal receiver app id: " + applicationId);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue