From e01cc930266740d86f24234e4f71a501bb034428 Mon Sep 17 00:00:00 2001 From: Diogo Date: Mon, 16 Dec 2024 23:27:21 +0000 Subject: [PATCH] emoji picker improvements --- apps/ios/Shared/Views/ChatList/ChatListNavLink.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ios/Shared/Views/ChatList/ChatListNavLink.swift b/apps/ios/Shared/Views/ChatList/ChatListNavLink.swift index 0847d2ba7c..f2a90f146e 100644 --- a/apps/ios/Shared/Views/ChatList/ChatListNavLink.swift +++ b/apps/ios/Shared/Views/ChatList/ChatListNavLink.swift @@ -817,7 +817,7 @@ struct EmojiPickerView: UIViewControllerRepresentable { } func makeUIViewController(context: Context) -> UIViewController { - let config = ElegantConfiguration(showRandom: false, showReset: false, defaultSkinTone: .Light) + let config = ElegantConfiguration(showRandom: false, showReset: true, showClose: false) let picker = ElegantEmojiPicker(delegate: context.coordinator, configuration: config) picker.presentationController?.delegate = context.coordinator