From fbb9d97ce127c918a63d79868a79f5cf35474e8d Mon Sep 17 00:00:00 2001 From: IndusAryan Date: Mon, 22 Jan 2024 00:12:19 +0530 Subject: [PATCH] make it production level, lolz --- .../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 8e4b109d..de5aa55e 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 @@ -1515,9 +1515,9 @@ open class FullScreenPlayer : AbstractPlayerFragment() { } } // cs3 is peak media center + setRemainingTimeCounter(durationMode || SettingsFragment.isTrueTvSettings()) playerBinding?.exoPosition?.doOnTextChanged { _, _, _, _ -> updateRemainingTime() - setRemainingTimeCounter(durationMode || SettingsFragment.isTrueTvSettings()) } // init UI try {