livechat / chat-window-android

LiveChat mobile chat window for Android
https://developers.livechatinc.com/mobile/android/
MIT License
23 stars 28 forks source link

Could not receive only one emoji message #66

Open ModWU opened 3 years ago

ModWU commented 3 years ago
override fun onNewMessage(message: NewMessageModel?, windowVisible: Boolean) {

}

When I send an emoji message, this function does not receive a callback.But I only get a callback when I send an emoji mixed with a text message.

Also, I don't get callbacks when I send file messages.