Skip to content

Commit

Permalink
feat(youtube/enable-new-thumbnail-preview): forcibly disable when the…
Browse files Browse the repository at this point in the history
… switch is off
  • Loading branch information
inotia00 committed Aug 1, 2023
1 parent ee5fc11 commit 639e40d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class NewThumbnailPreviewPatch : BytecodePatch(

addInstructions(
insertIndex, """
invoke-static {v$targetRegister}, $SEEKBAR->enableNewThumbnailPreview(Z)Z
invoke-static {}, $SEEKBAR->enableNewThumbnailPreview()Z
move-result v$targetRegister
"""
)
Expand Down

0 comments on commit 639e40d

Please sign in to comment.