部分代码整理

This commit is contained in:
kehaoyuan
2017-05-11 14:55:54 +08:00
parent a209edc181
commit 7b7987b574
36 changed files with 50 additions and 48 deletions

View File

@ -328,7 +328,7 @@ public class MessageDetailActivity extends BaseActivity implements MessageDetail
e.printStackTrace();
}
if (newsId == null && mConcernEntity == null ||
newsId == null && mConcernEntity != null && mConcernEntity.getId() == null) {
newsId == null && mConcernEntity.getId() == null) {
Utils.toast(this, "评论异常 id null");
mSendingDialog.cancel();
return;