fix PlayerActivityViewModel.kt
This commit is contained in:
parent
7f02f3de0a
commit
4a3a22de37
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ constructor(
|
||||||
}
|
}
|
||||||
handler.post(playbackProgressRunnable)
|
handler.post(playbackProgressRunnable)
|
||||||
if (intros.isNotEmpty()) handler.post(skipCheckRunnable)
|
if (intros.isNotEmpty()) handler.post(skipCheckRunnable)
|
||||||
|
if (credits.isNotEmpty()) handler.post(skipCheckRunnable)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onMediaItemTransition(mediaItem: MediaItem?, reason: Int) {
|
override fun onMediaItemTransition(mediaItem: MediaItem?, reason: Int) {
|
||||||
|
|
Loading…
Reference in a new issue