feat(music/enable-sleep-timer): forcibly disable when the switch is off

This commit is contained in:
inotia00 2023-08-04 05:24:28 +09:00
parent 30b4ae71fd
commit 00a36941f3

View File

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