jchat-android
jchat-android copied to clipboard
发送文件失败后,点红点重新发送没反应问题的解决办法
需要将类ChatItemController的handleFileMsg方法里面的if (holder.fileLoad != null) { holder.fileLoad.setOnClickListener 改为if (holder.resend != null) { holder.resend.setOnClickListener
你参考这个,可以发文件,玩聊天,基于极光IM的即时通讯app,功能完善,供大家参考https://github.com/979451341/WanIm