From 3d7fce563ea2891cdf087253e6e0031204b19c32 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Tue, 1 Apr 2025 15:36:46 +0100 Subject: add `msg` macro in EmojiPopup.android.tsx (#8091) --- src/components/dms/EmojiPopup.android.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/components/dms/EmojiPopup.android.tsx b/src/components/dms/EmojiPopup.android.tsx index 05369cf3e..4b646608b 100644 --- a/src/components/dms/EmojiPopup.android.tsx +++ b/src/components/dms/EmojiPopup.android.tsx @@ -3,7 +3,7 @@ import {Modal, Pressable, View} from 'react-native' // @ts-expect-error internal component, not supposed to be used directly // waiting on more customisability: https://github.com/okwasniewski/react-native-emoji-popup/issues/1#issuecomment-2737463753 import EmojiPopupView from 'react-native-emoji-popup/src/EmojiPopupViewNativeComponent' -import {Trans} from '@lingui/macro' +import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' import {atoms as a, useTheme} from '#/alf' @@ -25,7 +25,7 @@ export function EmojiPopup({ return ( <> setModalVisible(true)}> @@ -55,7 +55,7 @@ export function EmojiPopup({ Add Reaction