Fixed a bug which causes the app to crash when there is no comment in a post. Add a no comment placeholder which is displayed when there is no comment in a post.

This commit is contained in:
Alex Ning
2018-08-11 17:49:30 +08:00
parent c0eaf2d3bb
commit eb973138f7
6 changed files with 49 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
<string name="load_comment_failed">Error loading comments</string>
<string name="retry">Retry</string>
<string name="comments">Comments</string>
<string name="no_comments_yet">No comments yet. Write a comment?</string>
<string name="nsfw">NSFW</string>
<string name="karma_info">Karma: %1$d</string>