wildfirechat / android-chat

即时通讯,聊天,野火IMAndroid客户端,支持Android 4.x —— 最新
http://docs.wildfirechat.cn
Other
2.54k stars 889 forks source link

updateMessage更新消息问题 #641

Closed liuzgAs closed 2 years ago

liuzgAs commented 2 years ago

从Sending状态更新到Sent正常,更新到Send_Failure的时候回调的onMessageUpdate里面消息状态没有更新

heavyrain2012 commented 2 years ago

没有明白什么意思?能详细描述一下操作和状态吗

liuzgAs commented 2 years ago

没有明白什么意思?能详细描述一下操作和状态吗

ChatManager.Instance().updateMessage(message.messageId, MessageStatus.Send_Failure);调用这个方法的时候回调的onMessageUpdate里面消息状态没有更新;ChatManager.Instance().updateMessage(message.messageId, MessageStatus.Sent);正常