From 258259f7c1445f48503d43e418466098a20488fc Mon Sep 17 00:00:00 2001 From: KingLucius Date: Fri, 3 May 2024 22:56:54 +0300 Subject: [PATCH] Update FullScreenPlayer.kt --- .../com/lagradost/cloudstream3/ui/player/FullScreenPlayer.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/lagradost/cloudstream3/ui/player/FullScreenPlayer.kt b/app/src/main/java/com/lagradost/cloudstream3/ui/player/FullScreenPlayer.kt index d6195a3a..4ce8851d 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/ui/player/FullScreenPlayer.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/ui/player/FullScreenPlayer.kt @@ -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 }