feat(music/enable-new-layout): forcibly disable when the switch is off

This commit is contained in:
inotia00
2023-08-04 05:21:54 +09:00
parent 98c8214954
commit 939a40314b

View File

@ -37,7 +37,7 @@ class NewLayoutPatch : BytecodePatch(
addInstructions(
insertIndex, """
invoke-static {v$targetRegister}, $MUSIC_LAYOUT->enableNewLayout(Z)Z
invoke-static {}, $MUSIC_LAYOUT->enableNewLayout()Z
move-result v$targetRegister
"""
)