mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
feat(music/enable-new-layout): forcibly disable when the switch is off
This commit is contained in:
@ -37,7 +37,7 @@ class NewLayoutPatch : BytecodePatch(
|
|||||||
|
|
||||||
addInstructions(
|
addInstructions(
|
||||||
insertIndex, """
|
insertIndex, """
|
||||||
invoke-static {v$targetRegister}, $MUSIC_LAYOUT->enableNewLayout(Z)Z
|
invoke-static {}, $MUSIC_LAYOUT->enableNewLayout()Z
|
||||||
move-result v$targetRegister
|
move-result v$targetRegister
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user