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/activity_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/activity_comment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_comment.xml b/app/src/main/res/layout/activity_comment.xml index 76a053bf..494872ce 100644 --- a/app/src/main/res/layout/activity_comment.xml +++ b/app/src/main/res/layout/activity_comment.xml @@ -32,7 +32,7 @@ android:orientation="vertical" android:padding="16dp"> - <ru.noties.markwon.view.MarkwonView + <TextView android:id="@+id/comment_parent_markwon_view_comment_activity" android:layout_width="match_parent" android:layout_height="wrap_content" |