mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-17 06:47:15 +02:00
hotfix: hide-pip-notification
patch causes pip notifications to be received repeatedly
This commit is contained in:
parent
e2d37fdef9
commit
58f80b1be0
@ -11,7 +11,8 @@ object PrimaryPiPFingerprint : MethodFingerprint(
|
|||||||
Opcode.CHECK_CAST,
|
Opcode.CHECK_CAST,
|
||||||
Opcode.INVOKE_VIRTUAL,
|
Opcode.INVOKE_VIRTUAL,
|
||||||
Opcode.CHECK_CAST,
|
Opcode.CHECK_CAST,
|
||||||
Opcode.IGET_OBJECT
|
Opcode.INVOKE_VIRTUAL,
|
||||||
|
Opcode.IPUT_BOOLEAN
|
||||||
),
|
),
|
||||||
strings = listOf("honeycomb.Shell\$HomeActivity")
|
strings = listOf("honeycomb.Shell\$HomeActivity")
|
||||||
)
|
)
|
@ -11,7 +11,7 @@ object SecondaryPiPFingerprint : MethodFingerprint(
|
|||||||
Opcode.CHECK_CAST,
|
Opcode.CHECK_CAST,
|
||||||
Opcode.INVOKE_VIRTUAL,
|
Opcode.INVOKE_VIRTUAL,
|
||||||
Opcode.CHECK_CAST,
|
Opcode.CHECK_CAST,
|
||||||
Opcode.INVOKE_VIRTUAL
|
Opcode.IGET_OBJECT
|
||||||
),
|
),
|
||||||
strings = listOf("honeycomb.Shell\$HomeActivity")
|
strings = listOf("honeycomb.Shell\$HomeActivity")
|
||||||
)
|
)
|
Loading…
x
Reference in New Issue
Block a user