diff --git a/src/components/dms/EmojiPopup.android.tsx b/src/components/dms/EmojiPopup.android.tsx index 05369cf3e8..4b646608b0 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