Skip to content

Commit

Permalink
master - fixed seek bug when casting (hang).
Browse files Browse the repository at this point in the history
  • Loading branch information
masterwok committed Oct 7, 2018
1 parent 41ed11f commit 08420fb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,10 @@ internal class CastPlayerFragment : Fragment()

override fun onProgressChanged(progress: Int) {
serviceBinder?.setProgress(progress)
serviceBinder?.play()
}

override fun onProgressChangeStarted() {
serviceBinder?.pause()
// Intentionally left blank..
}

override fun onSubtitlesButtonClicked() {
Expand Down

0 comments on commit 08420fb

Please sign in to comment.