mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-05 22:05:53 +01:00
fix(Messenger - Disable switching emoji to sticker): Constrain to last working version 439.0.0.29.119
This commit is contained in:
parent
5e1d001056
commit
6207c314c6
@ -13,7 +13,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
|||||||
@Patch(
|
@Patch(
|
||||||
name = "Disable switching emoji to sticker",
|
name = "Disable switching emoji to sticker",
|
||||||
description = "Disables switching from emoji to sticker search mode in message input field.",
|
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")
|
@Suppress("unused")
|
||||||
object DisableSwitchingEmojiToStickerPatch : BytecodePatch(
|
object DisableSwitchingEmojiToStickerPatch : BytecodePatch(
|
||||||
|
Loading…
Reference in New Issue
Block a user