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 dfccd1cc0a
commit 5a7ce48847

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