Skip to content

Commit

Permalink
fix(youtube/hide-time): use correct integrations class
Browse files Browse the repository at this point in the history
Signed-off-by: oSumAtrIX <[email protected]>
  • Loading branch information
oSumAtrIX committed Feb 22, 2023
1 parent 4443ef6 commit 539ccf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 539ccf4

Please sign in to comment.