From f33cf68624cd69b78605d3f85f6ee649138bd7ad Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 21 Jan 2022 20:37:31 +0800 Subject: [PATCH] New option: Hide Comment Awards. --- .../adapters/CommentsRecyclerViewAdapter.java | 6 +++--- .../utils/SharedPreferencesUtils.java | 1 + app/src/main/res/values/strings.xml | 1 + app/src/main/res/xml/comment_preferences.xml | 10 ++++++++++ 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/ml/docilealligator/infinityforreddit/adapters/CommentsRecyclerViewAdapter.java b/app/src/main/java/ml/docilealligator/infinityforreddit/adapters/CommentsRecyclerViewAdapter.java index 53edff81..9ea07970 100644 --- a/app/src/main/java/ml/docilealligator/infinityforreddit/adapters/CommentsRecyclerViewAdapter.java +++ b/app/src/main/java/ml/docilealligator/infinityforreddit/adapters/CommentsRecyclerViewAdapter.java @@ -114,6 +114,7 @@ public class CommentsRecyclerViewAdapter extends RecyclerView.AdapterCustom Content Font Family Fixed Height in Card Hide Text Post Content + Hide Comment Awards Cannot get the link diff --git a/app/src/main/res/xml/comment_preferences.xml b/app/src/main/res/xml/comment_preferences.xml index db82bde9..55d48db9 100644 --- a/app/src/main/res/xml/comment_preferences.xml +++ b/app/src/main/res/xml/comment_preferences.xml @@ -32,4 +32,14 @@ app:key="fully_collapse_comment" android:title="@string/settings_fully_collapse_comment_title" /> + + + + \ No newline at end of file