修复了一些 UI 问题, 1、2、4、5、12 https://gitlab.ghzhushou.com/pm/halo-app-issues/issues/385

This commit is contained in:
chenjuntao
2018-10-31 05:15:28 +08:00
parent e80af77b8d
commit 2c5a21ec2a
7 changed files with 25 additions and 9 deletions

View File

@ -358,7 +358,7 @@ public class MessageDetailFragment extends NormalFragment implements OnCommentCa
adapter.addNormalComment(commentEntity);
}
modifyNewsCommentOkhttpCache(0, cacheObject, newsId);
modifyNewsCommentOkhttpCache(adapter.findTheLastPriorComment(), cacheObject, newsId);
} catch (JSONException e) {
e.printStackTrace();
}