From c54a42aa43a94b02bf0e3a7aa57348c332500af1 Mon Sep 17 00:00:00 2001 From: Pupsi28 Date: Tue, 2 Apr 2024 14:34:35 +0200 Subject: [PATCH] added unfocus when tapping on background image --- lib/view/pages/talk/components/chatBubble.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/view/pages/talk/components/chatBubble.dart b/lib/view/pages/talk/components/chatBubble.dart index 0e80bf3..d880f90 100644 --- a/lib/view/pages/talk/components/chatBubble.dart +++ b/lib/view/pages/talk/components/chatBubble.dart @@ -50,7 +50,6 @@ class ChatBubble extends StatefulWidget { } class _ChatBubbleState extends State { - final TextEditingController _emojiInput = TextEditingController(); BubbleStyle getSystemStyle() { return BubbleStyle( @@ -252,7 +251,7 @@ class _ChatBubbleState extends State { emojiViewConfig: emojis.EmojiViewConfig( backgroundColor: Theme.of(context).canvasColor, recentsLimit: 67, - emojiSizeMax: 20, + emojiSizeMax: 19, ), bottomActionBarConfig: emojis.BottomActionBarConfig( showBackspaceButton: false,