Commit f3bd9339 by andrewlewis Committed by Andrew Lewis

Fix copybara stripping

PiperOrigin-RevId: 234496529
parent 03e28d46
...@@ -129,15 +129,6 @@ public class MainActivity extends AppCompatActivity ...@@ -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);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment