Skip to content

Commit 7b182ca

Browse files
fix(Messenger): Remove outdated Disable switching emoji to sticker patch (#5044)
1 parent d9b5f94 commit 7b182ca

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

patches/src/main/kotlin/app/revanced/patches/messenger/inputfield/DisableSwitchingEmojiToStickerPatch.kt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ import app.revanced.patcher.extensions.InstructionExtensions.replaceInstruction
55
import app.revanced.patcher.patch.bytecodePatch
66
import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
77

8+
/**
9+
* This patch will be deleted soon.
10+
*
11+
* Pull requests to update this patch to the latest app target are invited.
12+
*/
13+
@Deprecated("This patch only works with an outdated app target that is no longer fully supported by Facebook.")
814
@Suppress("unused")
915
val disableSwitchingEmojiToStickerPatch = bytecodePatch(
10-
name = "Disable switching emoji to sticker",
1116
description = "Disables switching from emoji to sticker search mode in message input field.",
1217
) {
1318
compatibleWith("com.facebook.orca"("439.0.0.29.119"))

0 commit comments

Comments
 (0)