fix: Emojipicker issues
This commit is contained in:
parent
0da1e9786c
commit
af21353634
2 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue