mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-11 23:25:51 +01:00
fix(disable-startup-shorts-player): remove redundant opcode pattern (#679)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
80adcde10f
commit
5e74f61a74
@ -14,27 +14,6 @@ import org.jf.dexlib2.Opcode
|
|||||||
@StartupShortsResetCompatibility
|
@StartupShortsResetCompatibility
|
||||||
@Version("0.0.1")
|
@Version("0.0.1")
|
||||||
object ActionOpenShortsFingerprint : MethodFingerprint(
|
object ActionOpenShortsFingerprint : MethodFingerprint(
|
||||||
"V", AccessFlags.PUBLIC or AccessFlags.FINAL, listOf("L", "L"), listOf(
|
"V", AccessFlags.PUBLIC or AccessFlags.FINAL, listOf("L", "L"),
|
||||||
Opcode.IF_EQZ,
|
strings = listOf("com.google.android.youtube.action.open.shorts"),
|
||||||
Opcode.INVOKE_VIRTUAL,
|
|
||||||
Opcode.CONST_STRING,
|
|
||||||
Opcode.CONST_4,
|
|
||||||
Opcode.INVOKE_VIRTUAL,
|
|
||||||
Opcode.MOVE_RESULT,
|
|
||||||
Opcode.IPUT_BOOLEAN,
|
|
||||||
Opcode.IGET_BOOLEAN,
|
|
||||||
Opcode.IF_NEZ,
|
|
||||||
Opcode.IF_EQZ,
|
|
||||||
Opcode.INVOKE_STATIC,
|
|
||||||
Opcode.MOVE_RESULT,
|
|
||||||
Opcode.IF_EQZ,
|
|
||||||
Opcode.IGET_OBJECT,
|
|
||||||
Opcode.IF_EQZ,
|
|
||||||
Opcode.IGET_OBJECT,
|
|
||||||
Opcode.INVOKE_VIRTUAL,
|
|
||||||
Opcode.MOVE_RESULT_OBJECT,
|
|
||||||
Opcode.IF_EQZ,
|
|
||||||
Opcode.CONST_CLASS,
|
|
||||||
),
|
|
||||||
listOf("com.google.android.youtube.action.open.shorts"),
|
|
||||||
)
|
)
|
Loading…
Reference in New Issue
Block a user