googlearchive/androidtv-Leanback

ComponentListener fails to compile when upgrading exo player

dpreussler opened this issue · 2 comments

when upgrading to Exoplayer 2.6(.1)
ComponentListener
fails to compile as onPositionDiscontinuity has changed signature and new additional callbacks are introduced

I just upgraded the sample and will push the update shortly. When I updated to 2.6.1, I did get some errors in Android Studio when syncing gradle and building. I did Build -> Clean Project it worked just fine afterwards.

I see that ExoPlayer had a commit that added the discontinuity reason to the method. I wonder if that is causing issues for you.

@dpreussler I updated your PR as well. Thanks for raising this as an issue! 😄