From eb973138f72b181f79d84bbf16c06f92760118e0 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 11 Aug 2018 17:49:30 +0800 Subject: 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. --- app/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 09e9c511..c7505627 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -12,6 +12,7 @@ Error loading comments Retry Comments + No comments yet. Write a comment? NSFW Karma: %1$d -- cgit v1.2.3