Skip to content

Commit 8528113

Browse files
committed
Exclude the change toggle patch by default
1 parent de161ee commit 8528113

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/kotlin/app/revanced/patches/youtube/flyoutpanel/player/ChangeTogglePatch.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction
5353
"19.02.39",
5454
"19.03.36",
5555
"19.04.38",
56-
"19.05.36",
57-
"19.06.39"
56+
"19.05.36"
5857
]
5958
)
60-
]
59+
],
60+
use = false
6161
)
6262
@Suppress("unused")
6363
object ChangeTogglePatch : BytecodePatch(

0 commit comments

Comments
 (0)