From 4fc90e39a84711095d5a0ab7c951cb94473c2932 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 22 Feb 2023 05:58:48 +0100 Subject: [PATCH] refactor(youtube/hide-seekbar): use correct label name Signed-off-by: oSumAtrIX --- .../youtube/layout/hide/seekbar/patch/HideSeekbarPatch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/seekbar/patch/HideSeekbarPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/seekbar/patch/HideSeekbarPatch.kt index 7df2d9c9e..6fdfa4b84 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/seekbar/patch/HideSeekbarPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/seekbar/patch/HideSeekbarPatch.kt @@ -46,9 +46,9 @@ class HideSeekbarPatch : BytecodePatch( const/4 v0, 0x0 invoke-static { }, Lapp/revanced/integrations/patches/HideSeekbarPatch;->hideSeekbar()Z move-result v0 - if-eqz v0, :hide_time_and_seekbar + if-eqz v0, :hide_seekbar return-void - :hide_time_and_seekbar + :hide_seekbar nop """ )