调整评论,消息分享,关闭下载的游戏不要隐藏下载按钮

This commit is contained in:
khy
2016-11-16 12:08:26 +08:00
parent f28a54506e
commit 04cfbcb7e4
11 changed files with 119 additions and 43 deletions

View File

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