From 4443ef663c560bbea4eab330b3adccd609d9d06c Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 22 Feb 2023 05:59:00 +0100 Subject: [PATCH] refactor(youtube/hide-time): use correct label name Signed-off-by: oSumAtrIX --- .../patches/youtube/layout/hide/time/patch/HideTimePatch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 5f92b5aee..009e74eef 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 @@ -43,9 +43,9 @@ class HideTimePatch : BytecodePatch( 0, """ invoke-static { }, Lapp/revanced/integrations/patches/HideTimeAndSeekbarPatch;->hideTimeAndSeekbar()Z move-result v0 - if-eqz v0, :hide_time_and_seekbar + if-eqz v0, :hide_time return-void - :hide_time_and_seekbar + :hide_time nop """ )