From 55a40c2436b68dea850e54a65c5dd197132c08e4 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 28 Mar 2025 08:43:40 +0200 Subject: [DMs] Emoji reaction picker (#8023) --- src/components/dms/ActionsWrapper.tsx | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'src/components/dms/ActionsWrapper.tsx') diff --git a/src/components/dms/ActionsWrapper.tsx b/src/components/dms/ActionsWrapper.tsx index 385086d7c..120a5f8ad 100644 --- a/src/components/dms/ActionsWrapper.tsx +++ b/src/components/dms/ActionsWrapper.tsx @@ -23,28 +23,6 @@ export function ActionsWrapper({ // will always be true, since this file is platform split trigger.isNative && ( - {/* {isNative && ( - - {['👍', '😆', '❤️', '👀', '😢'].map(emoji => ( - - {emoji} - - ))} - - )} */} + onAccessibilityAction={() => trigger.control.open('full')}> {children} -- cgit 1.4.1