From 28c6e31c7df4f270702d4d7fda442f5df8d71797 Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Fri, 13 Feb 2026 10:32:09 -0500 Subject: [PATCH] Removing a recipient does not immediately remove them from the contacts list. --- .../org/thoughtcrime/securesms/ContactSelectionListFragment.java | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/org/thoughtcrime/securesms/ContactSelectionListFragment.java b/app/src/main/java/org/thoughtcrime/securesms/ContactSelectionListFragment.java index e9cc691be6..170a84045f 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/ContactSelectionListFragment.java +++ b/app/src/main/java/org/thoughtcrime/securesms/ContactSelectionListFragment.java @@ -574,6 +574,7 @@ public final class ContactSelectionListFragment extends LoggingFragment { public void reset() { contactSearchMediator.clearSelection(); + contactSearchMediator.refresh(); fastScroller.setVisibility(View.GONE); headerActionView.setVisibility(View.GONE); }