Removing a recipient does not immediately remove them from the contacts list.

This commit is contained in:
Greyson Parrelli
2026-02-13 10:32:09 -05:00
committed by Alex Hart
parent 8836b2a570
commit 28c6e31c7d

View File

@@ -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);
}