Temporarily use the old way to load comments instead of Paging library. Load more parent-level comments once. Loading comments of comments is now working.

This commit is contained in:
Alex Ning
2019-02-20 22:13:26 +08:00
parent 0d6296c1a4
commit c00aaf04b9
11 changed files with 237 additions and 136 deletions

View File

@@ -293,7 +293,7 @@
android:textColor="#000000"
android:textSize="18sp" />
<android.support.v7.widget.RecyclerView
<com.multilevelview.MultiLevelRecyclerView
android:id="@+id/recycler_view_view_post_detail"
android:layout_width="match_parent"
android:layout_height="wrap_content" />

View File

@@ -15,6 +15,7 @@
<string name="load_data_failed">Cannot load posts</string>
<string name="load_comment_failed">Error loading comments</string>
<string name="load_more_comment_failed">Error loading more comments</string>
<string name="retry">Retry</string>
<string name="comments">Comments</string>
<string name="no_comments_yet">No comments yet. Write a comment?</string>