File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
patches/src/main/kotlin/app/revanced/patches/messenger/inputfield Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,14 @@ import app.revanced.patcher.extensions.InstructionExtensions.replaceInstruction
5
5
import app.revanced.patcher.patch.bytecodePatch
6
6
import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
7
7
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." )
8
14
@Suppress(" unused" )
9
15
val disableSwitchingEmojiToStickerPatch = bytecodePatch(
10
- name = " Disable switching emoji to sticker" ,
11
16
description = " Disables switching from emoji to sticker search mode in message input field." ,
12
17
) {
13
18
compatibleWith(" com.facebook.orca" (" 439.0.0.29.119" ))
You can’t perform that action at this time.
0 commit comments