mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-30 22:54:40 +02:00
chore: fix typo
This commit is contained in:
parent
6c37e21a22
commit
74cd30cdbc
@ -57,7 +57,7 @@ object DisableResumingShortsOnStartupPatch : BytecodePatch(
|
|||||||
mutableMethod.addInstructionsWithLabels(
|
mutableMethod.addInstructionsWithLabels(
|
||||||
moveResultIndex + 1,
|
moveResultIndex + 1,
|
||||||
"""
|
"""
|
||||||
invoke-static { }, $INTEGRATIONS_CLASS_DESCRIPTOR->disableResumingStartupShortsPlayer()Z
|
invoke-static { }, $INTEGRATIONS_CLASS_DESCRIPTOR->DisableResumingStartupShortsPlayerPatch()Z
|
||||||
move-result v5
|
move-result v5
|
||||||
if-eqz v5, :disable_shorts_player
|
if-eqz v5, :disable_shorts_player
|
||||||
return-void
|
return-void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user