hotfix: hide-pip-notification patch causes pip notifications to be received repeatedly

This commit is contained in:
inotia00 2022-12-28 02:01:58 +09:00
parent e2d37fdef9
commit 58f80b1be0
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,8 @@ object PrimaryPiPFingerprint : MethodFingerprint(
Opcode.CHECK_CAST,
Opcode.INVOKE_VIRTUAL,
Opcode.CHECK_CAST,
Opcode.IGET_OBJECT
Opcode.INVOKE_VIRTUAL,
Opcode.IPUT_BOOLEAN
),
strings = listOf("honeycomb.Shell\$HomeActivity")
)

View File

@ -11,7 +11,7 @@ object SecondaryPiPFingerprint : MethodFingerprint(
Opcode.CHECK_CAST,
Opcode.INVOKE_VIRTUAL,
Opcode.CHECK_CAST,
Opcode.INVOKE_VIRTUAL
Opcode.IGET_OBJECT
),
strings = listOf("honeycomb.Shell\$HomeActivity")
)