fix(Messenger - Disable switching emoji to sticker): Constrain to last working version 439.0.0.29.119

This commit is contained in:
oSumAtrIX 2024-08-06 01:29:50 +02:00
parent 5e1d001056
commit 6207c314c6
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -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(