mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
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:
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -35,9 +35,10 @@
|
||||
<string name="load_posts_error">Error loading posts.\nTap to retry.</string>
|
||||
<string name="search_subreddits_error">Error searching subreddits.\nTap to retry.</string>
|
||||
<string name="search_users_error">Error searching users.\nTap to retry.</string>
|
||||
<string name="no_posts">No posts found.</string>
|
||||
<string name="no_subreddits">No subreddits found.</string>
|
||||
<string name="no_users">No users found.</string>
|
||||
<string name="no_posts">No posts found</string>
|
||||
<string name="no_comments">No comments found</string>
|
||||
<string name="no_subreddits">No subreddits found</string>
|
||||
<string name="no_users">No users found</string>
|
||||
<string name="no_storage_permission">No storage permission to save this file</string>
|
||||
|
||||
<string name="load_comments_failed">Error loading comments.</string>
|
||||
|
Reference in New Issue
Block a user