feat(kakaotalk): Remove unused custom filtering logic from shop tab removal patch

This commit is contained in:
2025-05-04 17:21:51 +09:00
parent 49521fb702
commit f1a87a28f2

View File

@ -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,