From 6ee78c979f362e1f4573450df7db514be9f7bc4a Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Sat, 4 Nov 2023 00:06:30 -0400 Subject: New option in CommentMoreBottomSheetFragment: Add to comment filter. --- .../res/layout/fragment_comment_more_bottom_sheet.xml | 19 +++++++++++++++++++ app/src/main/res/values/arrays.xml | 4 ++++ app/src/main/res/values/strings.xml | 2 ++ 3 files changed, 25 insertions(+) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml b/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml index fcae03f0..2ae50a0f 100644 --- a/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml +++ b/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml @@ -183,6 +183,25 @@ android:visibility="gone" app:drawableStartCompat="@drawable/ic_preview_24dp" /> + + diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 020a1564..3283e2cd 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -577,6 +577,10 @@ @string/contain_domain + + @string/exclude_user + + @string/app_lock_timeout_immediately @string/app_lock_timeout_1_min diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 915535ce..d0c97909 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1388,4 +1388,6 @@ Otherwise, Infinity may not load posts at all. Sorry for the inconvenience. I understand + Add to Comment Filter + -- cgit v1.2.3