|
|
@ -155,6 +155,9 @@ class ChatView extends StatelessWidget {
|
|
|
|
if (controller.selectedEvents.isNotEmpty) {
|
|
|
|
if (controller.selectedEvents.isNotEmpty) {
|
|
|
|
controller.clearSelectedEvents();
|
|
|
|
controller.clearSelectedEvents();
|
|
|
|
redirector.stopRedirection();
|
|
|
|
redirector.stopRedirection();
|
|
|
|
|
|
|
|
} else if (controller.showEmojiPicker) {
|
|
|
|
|
|
|
|
controller.emojiPickerAction();
|
|
|
|
|
|
|
|
redirector.stopRedirection();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
child: GestureDetector(
|
|
|
|
child: GestureDetector(
|
|
|
|