mirror of
https://github.com/recloudstream/cloudstream.git
synced 2026-06-19 20:05:41 +00:00
Compare commits
1 commit
master
...
fix-player
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09eeb93f35 |
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue