mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-04-30 22:54:36 +02:00
feat(youtube/enable-new-thumbnail-preview): forcibly disable when the switch is off
This commit is contained in:
parent
ee5fc11958
commit
639e40d707
@ -36,7 +36,7 @@ class NewThumbnailPreviewPatch : BytecodePatch(
|
|||||||
|
|
||||||
addInstructions(
|
addInstructions(
|
||||||
insertIndex, """
|
insertIndex, """
|
||||||
invoke-static {v$targetRegister}, $SEEKBAR->enableNewThumbnailPreview(Z)Z
|
invoke-static {}, $SEEKBAR->enableNewThumbnailPreview()Z
|
||||||
move-result v$targetRegister
|
move-result v$targetRegister
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user