From d408a47dba6e1fa867fb7353fd70044bc7cac777 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 9 Aug 2019 10:38:25 +0800 Subject: Fixed no posts, no comments, no users and no subreddits message cannot be retained after orientation change in PostFragment, CommentsListingFragment, UserListingFragment and SubredditListingFragment respectively. Minor bugs fixed. --- app/src/main/res/values/strings.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (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 062c13fc..1234b405 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -35,9 +35,10 @@ Error loading posts.\nTap to retry. Error searching subreddits.\nTap to retry. Error searching users.\nTap to retry. - No posts found. - No subreddits found. - No users found. + No posts found + No comments found + No subreddits found + No users found No storage permission to save this file Error loading comments. -- cgit v1.2.3