mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-04 19:22:52 +01:00
refactor(youtube/hide-time): use correct label name
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
4fc90e39a8
commit
4443ef663c
@ -43,9 +43,9 @@ class HideTimePatch : BytecodePatch(
|
|||||||
0, """
|
0, """
|
||||||
invoke-static { }, Lapp/revanced/integrations/patches/HideTimeAndSeekbarPatch;->hideTimeAndSeekbar()Z
|
invoke-static { }, Lapp/revanced/integrations/patches/HideTimeAndSeekbarPatch;->hideTimeAndSeekbar()Z
|
||||||
move-result v0
|
move-result v0
|
||||||
if-eqz v0, :hide_time_and_seekbar
|
if-eqz v0, :hide_time
|
||||||
return-void
|
return-void
|
||||||
:hide_time_and_seekbar
|
:hide_time
|
||||||
nop
|
nop
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user