mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-10 10:29:21 +01:00
refactor(youtube/hide-seekbar): use correct label name
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
84fe9c3646
commit
4fc90e39a8
@ -46,9 +46,9 @@ class HideSeekbarPatch : BytecodePatch(
|
|||||||
const/4 v0, 0x0
|
const/4 v0, 0x0
|
||||||
invoke-static { }, Lapp/revanced/integrations/patches/HideSeekbarPatch;->hideSeekbar()Z
|
invoke-static { }, Lapp/revanced/integrations/patches/HideSeekbarPatch;->hideSeekbar()Z
|
||||||
move-result v0
|
move-result v0
|
||||||
if-eqz v0, :hide_time_and_seekbar
|
if-eqz v0, :hide_seekbar
|
||||||
return-void
|
return-void
|
||||||
:hide_time_and_seekbar
|
:hide_seekbar
|
||||||
nop
|
nop
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user