wildfirechat / android-chat

即时通讯,聊天,野火IMAndroid客户端,支持Android 4.x —— 最新

Home Page:http://docs.wildfirechat.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android clearAllUnreadStatus() 和 clearUnreadStatusEx() 函数的问题

chenlin4653 opened this issue · comments

android 端

调用 clearAllUnreadStatus()函数清除本地未读消息,未同步清除远程未读消息状态,卸载重新安装发现之前清除的未读消息依然存在;

调用 clearUnreadStatusEx(List<Conversation.ConversationType> conversationTypes, List lines)() 方法 返回 false , 没有任何效果,iOS这边 使用此方法 可以正常清除未读消息,且同步远程未读消息状态, 卸载重新安装,一切正常;

已修复,请用最新代码测试