From 6d6d47cafac43d2bf67058627b474198dfc9c2a8 Mon Sep 17 00:00:00 2001 From: IndusAryan <125901294+IndusAryan@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:05:15 +0530 Subject: [PATCH] hotfix window compat bug --- .../com/lagradost/cloudstream3/ui/player/FullScreenPlayer.kt | 3 ++- 1 file changed, 2 insertions(+), 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 19ff3bf1..e6a8591f 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 @@ -1482,6 +1482,7 @@ open class FullScreenPlayer : AbstractPlayerFragment() { playerGoBack.setOnClickListener { activity?.popCurrentPage() + activity?.showSystemUI() } playerSourcesBtt.setOnClickListener { @@ -1569,4 +1570,4 @@ open class FullScreenPlayer : AbstractPlayerFragment() { ActivityInfo.SCREEN_ORIENTATION_SENSOR_LANDSCAPE // default orientation } } -} \ No newline at end of file +}