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
55import app.revanced.patcher.patch.bytecodePatch
66import 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" )
915val 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" ))
You can’t perform that action at this time.
0 commit comments