mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update FullScreenPlayer.kt
This commit is contained in:
parent
611dd688d5
commit
258259f7c1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue