diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-08-26 05:52:19 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-08-26 05:52:19 +0000 |
commit | 5e144c6de94d4fe2233b83b3c804d101ebcbe703 (patch) | |
tree | 14273c38afda18eec84b9a135b62247331e207be /app/src/main/res/layout/item_comment.xml | |
parent | 4d4e6165f0e1bcd72c54fa015a9e1112103e9062 (diff) | |
download | infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.tar infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.tar.gz infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.tar.bz2 infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.tar.lz infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.tar.xz infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.tar.zst infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.zip |
Reimplement Markdown display due to update of Markwon library. Fixed RetryLoadingMoreCallback is null in MessageRecyclerViewAdapter.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/layout/item_comment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml index 53613bc8..a9489d0a 100644 --- a/app/src/main/res/layout/item_comment.xml +++ b/app/src/main/res/layout/item_comment.xml @@ -42,7 +42,7 @@ </LinearLayout> - <CustomView.CustomMarkwonView + <TextView android:id="@+id/comment_markdown_view_item_post_comment" android:layout_width="match_parent" android:layout_height="wrap_content" |