diff options
Diffstat (limited to 'app/src/main/res/layout')
-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 f72eadc0..e6d3f89d 100644 --- a/app/src/main/res/layout/item_comment.xml +++ b/app/src/main/res/layout/item_comment.xml @@ -99,7 +99,7 @@ android:fontFamily="?attr/font_family" tools:visibility="visible" /> - <TextView + <ml.docilealligator.infinityforreddit.customviews.SpoilerOnClickTextView android:id="@+id/comment_markdown_view_item_post_comment" android:layout_width="wrap_content" android:layout_height="wrap_content" |