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 009e74ee..b347052c 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