fix(Messenger): Remove outdated Disable switching emoji to sticker patch (#5044)

This commit is contained in:
LisoUseInAIKyrios 2025-05-27 08:47:09 +02:00 committed by GitHub
parent d9b5f94c68
commit 7b182cab82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,9 +5,14 @@ import app.revanced.patcher.extensions.InstructionExtensions.replaceInstruction
import app.revanced.patcher.patch.bytecodePatch
import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
/**
* This patch will be deleted soon.
*
* Pull requests to update this patch to the latest app target are invited.
*/
@Deprecated("This patch only works with an outdated app target that is no longer fully supported by Facebook.")
@Suppress("unused")
val disableSwitchingEmojiToStickerPatch = bytecodePatch(
name = "Disable switching emoji to sticker",
description = "Disables switching from emoji to sticker search mode in message input field.",
) {
compatibleWith("com.facebook.orca"("439.0.0.29.119"))