成功添加评论后,更新资讯-关注评论数

This commit is contained in:
khy
2016-11-17 09:34:10 +08:00
parent 6369c480f9
commit 44c1a2adb6
2 changed files with 6 additions and 1 deletions

View File

@ -226,7 +226,8 @@ public class MessageDetailActivity extends BaseActivity {
modifyNewsCommentVolleyCache(0, cacheObject, newsId);
mMessageDetailAdapter.notifyItemInserted(mMessageDetailAdapter.getHotCommentListSize() + 2);
//TODO 完成评论操作
// 完成评论操作,添加评论数
mMessageDetailAdapter.addCommentCount();
}
@Override