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.

This commit is contained in:
Alex Ning
2019-08-09 10:38:25 +08:00
parent 85597a82d0
commit d408a47dba
25 changed files with 255 additions and 321 deletions

View File

@@ -27,7 +27,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:gravity="center" />
android:gravity="center"
android:text="@string/no_users" />
</LinearLayout>

View File

@@ -28,7 +28,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:gravity="center"
android:text="@string/no_subreddits"/>
android:text="@string/no_subreddits" />
</LinearLayout>