Update FullScreenPlayer.kt

This commit is contained in:
KingLucius 2024-05-03 22:56:54 +03:00
parent 611dd688d5
commit 258259f7c1
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ open class FullScreenPlayer : AbstractPlayerFragment() {
playerCenterMenu.isGone = isGone
playerLock.isGone = !isShowing
//player_media_route_button?.isClickable = !isGone
playerGoBackHolder.isGone = isLayout(TV or EMULATOR)
playerGoBackHolder.isGone = isGone || isLayout(TV or EMULATOR)
playerSourcesBtt.isGone = isGone
playerSkipEpisode.isClickable = !isGone
}