Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f3bd9339
authored
Feb 18, 2019
by
andrewlewis
Committed by
Andrew Lewis
Feb 18, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix copybara stripping
PiperOrigin-RevId: 234496529
parent
03e28d46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
demos/cast/src/main/java/com/google/android/exoplayer2/castdemo/MainActivity.java
demos/cast/src/main/java/com/google/android/exoplayer2/castdemo/MainActivity.java
View file @
f3bd9339
...
@@ -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
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment