fix(YouTube): some patches should be excluded or included by default

This commit is contained in:
inotia00 2024-03-23 20:07:02 +09:00
parent 23700d1903
commit 08eb59e276
2 changed files with 3 additions and 3 deletions

View File

@ -47,8 +47,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
"19.02.39" "19.02.39"
] ]
) )
], ]
use = false
) )
@Suppress("unused") @Suppress("unused")
object DisableLandScapeModePatch : BytecodePatch( object DisableLandScapeModePatch : BytecodePatch(

View File

@ -37,7 +37,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
"19.02.39" "19.02.39"
] ]
) )
] ],
use = false
) )
@Suppress("unused") @Suppress("unused")
object KeepLandScapeModePatch : BytecodePatch( object KeepLandScapeModePatch : BytecodePatch(