Compare commits

...

1 commit

Author SHA1 Message Date
firelight
09eeb93f35
Fix: playerVideoTitleRez visibility 2026-05-06 17:27:14 +00:00

View file

@ -773,7 +773,7 @@ open class FullScreenPlayer : AbstractPlayerFragment<FragmentPlayerBinding>(
playerEpisodesButtonRoot.isVisible = showPlayerEpisodes playerEpisodesButtonRoot.isVisible = showPlayerEpisodes
playerEpisodesButton.isVisible = showPlayerEpisodes playerEpisodesButton.isVisible = showPlayerEpisodes
playerVideoTitleHolder.isGone = togglePlayerTitleGone playerVideoTitleHolder.isGone = togglePlayerTitleGone
playerVideoTitleRez.isGone = isGone playerVideoTitleRez.isGone = isGone || playerVideoTitleRez.text.isBlank()
playerEpisodeFiller.isGone = isGone playerEpisodeFiller.isGone = isGone
playerCenterMenu.isGone = isGone playerCenterMenu.isGone = isGone
playerLock.isGone = !isShowing playerLock.isGone = !isShowing