diff --git a/patches/src/main/kotlin/app/revanced/patches/kakaotalk/misc/fingerprints/RemoveShopTabFingerprint.kt b/patches/src/main/kotlin/app/revanced/patches/kakaotalk/misc/fingerprints/RemoveShopTabFingerprint.kt index 6418a054d..8b92bb317 100644 --- a/patches/src/main/kotlin/app/revanced/patches/kakaotalk/misc/fingerprints/RemoveShopTabFingerprint.kt +++ b/patches/src/main/kotlin/app/revanced/patches/kakaotalk/misc/fingerprints/RemoveShopTabFingerprint.kt @@ -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()!!.string.contains("webtoon") -// } -// } opcodes( Opcode.IGET_OBJECT, Opcode.INVOKE_VIRTUAL,