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")
|
||||
parameters()
|
||||
strings("webtoon")
|
||||
// custom { method, classDef ->
|
||||
// !method.toMutable().instructions.any {
|
||||
// it.opcode == Opcode.CONST_STRING && !it.getReference<StringReference>()!!.string.contains("webtoon")
|
||||
// }
|
||||
// }
|
||||
opcodes(
|
||||
Opcode.IGET_OBJECT,
|
||||
Opcode.INVOKE_VIRTUAL,
|
||||
|
Reference in New Issue
Block a user