Jamling
Jamling
See [nova.scss line 473](https://github.com/Jamling/hexo-theme-nova/blob/master/source/css/bs/nova.scss#L474)
Your XXViewHolder must be an accessable class, if the XXViewHolder is inner class, please add `public` `static` modifier to it. Another solution is to overried `instanceViewHolder` and return an XXViewHolder...
目前没有替代的协议,QQ功能不可用,所以隐藏了
从异常信息来看,是证书问题,你度娘一下看看呗
禁止滚动的特性是方便查看历史消息的时候有新消息到达,自动滚动到底部。 操作上,需要点击一下停留的位置(请确认是否有点击),禁止滚动才生效。 实现原理参考: ```java int pos = historyWidget.getCaretPosition(); kit.insertHTML(doc, doc.getLength(), msg, 0, 0, null); historyWidget.setCaretPosition(scrollLock ? pos : doc.getLength()); ```
底层代码在这个仓库,模块(子目录)为wechat,如果熟悉Java开发,即可打断点调试功能。与我交流可加V:outernetsoft
有没有更多的信息呢?联系人列表中只有一个文件传输助手? 你用的版本是多少呢? IDE日志或者界面有什么提示?
把日志贴出来
没有日志,没法分析哇
See #102