Skip to content

Commit

Permalink
feat(music/enable-new-layout): forcibly disable when the switch is off
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Aug 3, 2023
1 parent 98c8214 commit 939a403
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
)
Expand Down

0 comments on commit 939a403

Please sign in to comment.