mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-02 16:14:21 +01:00
fix: Emojipicker issues
This commit is contained in:
parent
18c3de1de2
commit
6d28953434
@ -688,6 +688,7 @@ class ChatController extends State<Chat> {
|
||||
break;
|
||||
case EmojiPickerType.keyboard:
|
||||
typeEmoji(emoji);
|
||||
onInputBarChanged(sendController.text);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -155,6 +155,9 @@ class ChatView extends StatelessWidget {
|
||||
if (controller.selectedEvents.isNotEmpty) {
|
||||
controller.clearSelectedEvents();
|
||||
redirector.stopRedirection();
|
||||
} else if (controller.showEmojiPicker) {
|
||||
controller.emojiPickerAction();
|
||||
redirector.stopRedirection();
|
||||
}
|
||||
},
|
||||
child: GestureDetector(
|
||||
|
Loading…
Reference in New Issue
Block a user