feat(kakaotalk): temporarily disable ShowDeletedMessagePatch due to duplicate prefix issue

This commit is contained in:
2025-06-18 23:13:53 +09:00
parent cd995636f9
commit dab672f7c5

View File

@ -12,6 +12,7 @@ import com.android.tools.smali.dexlib2.Opcode
val showDeletedMessagePatch = bytecodePatch( val showDeletedMessagePatch = bytecodePatch(
name = "Show deleted messages", name = "Show deleted messages",
description = "Allows you to see deleted messages in chat logs.", description = "Allows you to see deleted messages in chat logs.",
use = false // FIXME: We haven't solved the problem of duplicate prefixes for deleted messages yet, as it was becoming an eyesore, so we temporarily disabled it.
) { ) {
compatibleWith("com.kakao.talk"("25.5.1")) compatibleWith("com.kakao.talk"("25.5.1"))