mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-13 02:14:28 +01:00
build: fix other typo
This commit is contained in:
parent
74cd30cdbc
commit
1f6951c0e0
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ object DisableResumingShortsOnStartupPatch : BytecodePatch(
|
||||||
mutableMethod.addInstructionsWithLabels(
|
mutableMethod.addInstructionsWithLabels(
|
||||||
moveResultIndex + 1,
|
moveResultIndex + 1,
|
||||||
"""
|
"""
|
||||||
invoke-static { }, $INTEGRATIONS_CLASS_DESCRIPTOR->DisableResumingStartupShortsPlayerPatch()Z
|
invoke-static { }, $INTEGRATIONS_CLASS_DESCRIPTOR->disableResumingStartupShortsPlayer()Z
|
||||||
move-result v5
|
move-result v5
|
||||||
if-eqz v5, :disable_shorts_player
|
if-eqz v5, :disable_shorts_player
|
||||||
return-void
|
return-void
|
||||||
|
|
Loading…
Reference in a new issue