mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 06:10:31 +05:30
cleanup
This commit is contained in:
parent
1202049d7b
commit
3a18967521
@ -991,8 +991,9 @@ class PlayerFragment : Fragment() {
|
||||
}
|
||||
Log.e(TAG, chapterName.toString())
|
||||
// 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
|
||||
}
|
||||
}
|
||||
|
||||
private fun setMediaSource(
|
||||
|
Loading…
Reference in New Issue
Block a user