mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 14:20:30 +05:30
cleanup
This commit is contained in:
parent
1202049d7b
commit
3a18967521
@ -991,9 +991,10 @@ class PlayerFragment : Fragment() {
|
|||||||
}
|
}
|
||||||
Log.e(TAG, chapterName.toString())
|
Log.e(TAG, chapterName.toString())
|
||||||
// change the chapter name textView text to the chapterName
|
// change the chapter name textView text to the chapterName
|
||||||
if (chapterName != null && chapterName != playerBinding.chapterName.text)
|
if (chapterName != null && chapterName != playerBinding.chapterName.text) {
|
||||||
playerBinding.chapterName.text = chapterName
|
playerBinding.chapterName.text = chapterName
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private fun setMediaSource(
|
private fun setMediaSource(
|
||||||
subtitle: MutableList<SubtitleConfiguration>,
|
subtitle: MutableList<SubtitleConfiguration>,
|
||||||
|
Loading…
Reference in New Issue
Block a user