xingxiang1989

Results 3 comments of xingxiang1989

我也是遇到同样的问题,使用addData(0.list); 然后并不能立即显示,需要手动滑一下才可以。

> ``` > if (commentAdapter != null) { > PostingsCommentModel comment = new PostingsCommentModel(); > comment.setId(id); > comment.setCreationTime(TimeUtils.getNowString()); > comment.setContent(content); > comment.setUserSnapshot(UserInfoBiz.getInstance().getUserModel()); > tvCommentCount.setText(("评论数: " + (mTotalCount + 1))); >...

我最近也遇到了这个问题,你后来是怎么解决的呢