mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-03 16:42:54 +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, """
|
||||
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
|
||||
"""
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user