From 539ccf43a884ab3ff812884279aa75f42ba872d5 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 22 Feb 2023 05:59:15 +0100 Subject: [PATCH] fix(youtube/hide-time): use correct integrations class Signed-off-by: oSumAtrIX --- .../patches/youtube/layout/hide/time/patch/HideTimePatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/time/patch/HideTimePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/time/patch/HideTimePatch.kt index 009e74eef..b347052c8 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/time/patch/HideTimePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/time/patch/HideTimePatch.kt @@ -41,7 +41,7 @@ class HideTimePatch : BytecodePatch( TimeCounterFingerprint.result!!.mutableMethod.addInstructions( 0, """ - invoke-static { }, Lapp/revanced/integrations/patches/HideTimeAndSeekbarPatch;->hideTimeAndSeekbar()Z + invoke-static { }, Lapp/revanced/integrations/patches/HideTimePatch;->hideTime()Z move-result v0 if-eqz v0, :hide_time return-void