feat(kakaotalk): Remove unused custom filtering logic from shop tab removal patch
This commit is contained in:
@ -13,11 +13,6 @@ internal val removeShopTabFingerprint = fingerprint {
|
|||||||
returns("V")
|
returns("V")
|
||||||
parameters()
|
parameters()
|
||||||
strings("webtoon")
|
strings("webtoon")
|
||||||
// custom { method, classDef ->
|
|
||||||
// !method.toMutable().instructions.any {
|
|
||||||
// it.opcode == Opcode.CONST_STRING && !it.getReference<StringReference>()!!.string.contains("webtoon")
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
opcodes(
|
opcodes(
|
||||||
Opcode.IGET_OBJECT,
|
Opcode.IGET_OBJECT,
|
||||||
Opcode.INVOKE_VIRTUAL,
|
Opcode.INVOKE_VIRTUAL,
|
||||||
|
Reference in New Issue
Block a user