Commit a7a364d5 by andrewlewis Committed by kim-vde

Remove unused local intent

PiperOrigin-RevId: 326216921
parent 6aeacd70
...@@ -110,7 +110,6 @@ public class PlayerActivity extends AppCompatActivity ...@@ -110,7 +110,6 @@ public class PlayerActivity extends AppCompatActivity
@Override @Override
public void onCreate(Bundle savedInstanceState) { public void onCreate(Bundle savedInstanceState) {
Intent intent = getIntent();
super.onCreate(savedInstanceState); super.onCreate(savedInstanceState);
dataSourceFactory = DemoUtil.getDataSourceFactory(/* context= */ this); dataSourceFactory = DemoUtil.getDataSourceFactory(/* context= */ this);
if (CookieHandler.getDefault() != DEFAULT_COOKIE_MANAGER) { if (CookieHandler.getDefault() != DEFAULT_COOKIE_MANAGER) {
......
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