fix: Emojipicker issues

This commit is contained in:
Christian Pauly 2022-03-03 07:52:31 +01:00
commit af21353634
2 changed files with 4 additions and 0 deletions

View file

@ -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(