Skip to content

Commit

Permalink
remove Todo functions in the event listener.
Browse files Browse the repository at this point in the history
  • Loading branch information
Weian Cheng committed Jan 17, 2018
1 parent c7c29e3 commit cd1559e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,12 @@ class ExoPlayerWrapper(context: Context): IMusicPlayer {
}

override fun onPlaybackParametersChanged(playbackParameters: PlaybackParameters?) {
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
}

override fun onTracksChanged(trackGroups: TrackGroupArray?, trackSelections: TrackSelectionArray?) {
}

override fun onPlayerError(error: ExoPlaybackException?) {
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
}

override fun onPlayerStateChanged(playWhenReady: Boolean, playbackState: Int) {
Expand All @@ -177,11 +175,9 @@ class ExoPlayerWrapper(context: Context): IMusicPlayer {
}

override fun onPositionDiscontinuity() {
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
}

override fun onRepeatModeChanged(repeatMode: Int) {
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
}

override fun onTimelineChanged(timeline: Timeline?, manifest: Any?) {
Expand Down

0 comments on commit cd1559e

Please sign in to comment.