We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b6984 commit dd651ecCopy full SHA for dd651ec
1 file changed
app/src/main/java/org/schabi/newpipe/fragments/detail/VideoDetailFragment.kt
@@ -1772,7 +1772,7 @@ class VideoDetailFragment :
1772
showSystemUi()
1773
}
1774
1775
- binding.relatedItemsLayout?.isVisible = !fullscreen
+ binding.relatedItemsLayout?.isVisible = if (showRelatedItems) !fullscreen else false
1776
scrollToTop()
1777
1778
tryAddVideoPlayerView()
0 commit comments