1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-03-22 07:39:43 +00:00

VideoDetailFragment: hide relatedItemsLayout in tablet mode after fullscreen

Fixes: #7617
This commit is contained in:
Yevhen Babiichuk (DustDFG)
2026-02-14 08:11:23 +02:00
parent c2b698491b
commit dd651ecc45

View File

@@ -1772,7 +1772,7 @@ class VideoDetailFragment :
showSystemUi()
}
binding.relatedItemsLayout?.isVisible = !fullscreen
binding.relatedItemsLayout?.isVisible = if (showRelatedItems) !fullscreen else false
scrollToTop()
tryAddVideoPlayerView()