fix layout

This commit is contained in:
Bnyro 2022-08-21 13:05:29 +02:00
parent 02f48be45c
commit 93035c941f

View File

@ -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