mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove extra MediaItem in demo app
PiperOrigin-RevId: 322094331
This commit is contained in:
parent
9185b5177a
commit
a8b64f9530
1 changed files with 0 additions and 1 deletions
|
|
@ -394,7 +394,6 @@ public class PlayerActivity extends AppCompatActivity
|
||||||
if (!hasAds) {
|
if (!hasAds) {
|
||||||
releaseAdsLoader();
|
releaseAdsLoader();
|
||||||
}
|
}
|
||||||
mediaItems.add(0, MediaItem.fromUri("https://html5demos.com/assets/dizzy.mp4"));
|
|
||||||
return mediaItems;
|
return mediaItems;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue