Fix copybara stripping

PiperOrigin-RevId: 234496529
This commit is contained in:
andrewlewis 2019-02-18 18:43:56 +00:00 committed by Andrew Lewis
parent 03e28d4689
commit f3bd93394b

View File

@ -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);
}