Merge dd651ecc452dd2e996bb8a09f8c9a3de02a6c295 into 8b28bd1a184e912b55847b4c31bd6c3e1af4049c

This commit is contained in:
Yevhen Babiichuk (DustDFG) 2026-02-19 09:24:45 +00:00 committed by GitHub
commit 7a187c1ab1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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