fix(youtube/hide-time): use correct integrations class

Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
oSumAtrIX 2023-02-22 05:59:15 +01:00
parent 4443ef663c
commit 539ccf43a8
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -41,7 +41,7 @@ class HideTimePatch : BytecodePatch(
TimeCounterFingerprint.result!!.mutableMethod.addInstructions(
0, """
invoke-static { }, Lapp/revanced/integrations/patches/HideTimeAndSeekbarPatch;->hideTimeAndSeekbar()Z
invoke-static { }, Lapp/revanced/integrations/patches/HideTimePatch;->hideTime()Z
move-result v0
if-eqz v0, :hide_time
return-void