Skip to content

Commit

Permalink
fix(Messenger - Disable switching emoji to sticker): Constrain to las…
Browse files Browse the repository at this point in the history
…t working version `439.0.0.29.119`
  • Loading branch information
oSumAtrIX committed Aug 5, 2024
1 parent 5e1d001 commit 6207c31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Disable switching emoji to sticker",
description = "Disables switching from emoji to sticker search mode in message input field.",
compatiblePackages = [CompatiblePackage("com.facebook.orca")],
compatiblePackages = [CompatiblePackage("com.facebook.orca", ["439.0.0.29.119"])],
)
@Suppress("unused")
object DisableSwitchingEmojiToStickerPatch : BytecodePatch(
Expand Down

0 comments on commit 6207c31

Please sign in to comment.