mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 22:30:30 +05:30
fix layout
This commit is contained in:
parent
02f48be45c
commit
93035c941f
@ -1293,7 +1293,7 @@ class PlayerFragment : BaseFragment() {
|
|||||||
private fun initializeChapters() {
|
private fun initializeChapters() {
|
||||||
if (chapters.isEmpty()) {
|
if (chapters.isEmpty()) {
|
||||||
binding.chaptersRecView.visibility = View.GONE
|
binding.chaptersRecView.visibility = View.GONE
|
||||||
playerBinding.chapterLL.visibility = View.GONE
|
playerBinding.chapterLL.visibility = View.INVISIBLE
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// show the chapter layouts
|
// show the chapter layouts
|
||||||
|
Loading…
Reference in New Issue
Block a user