mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-20 02:59:26 +01:00
Merge branch 'krille/fix-emoji-picker' into 'main'
fix: Emojipicker issues See merge request famedly/fluffychat!763
This commit is contained in:
commit
01f20ead3a
@ -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