From f1a87a28f26d2466bb4303a08c33b0ae3e06dcd8 Mon Sep 17 00:00:00 2001 From: naijun0403 Date: Sun, 4 May 2025 17:21:51 +0900 Subject: [PATCH] feat(kakaotalk): Remove unused custom filtering logic from shop tab removal patch --- .../kakaotalk/misc/fingerprints/RemoveShopTabFingerprint.kt | 5 ----- 1 file changed, 5 deletions(-) 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,