Ensure data is updated when refreshing contacts during a search.

Fixes #14112
This commit is contained in:
Greyson Parrelli
2026-02-13 10:48:29 -05:00
committed by Alex Hart
parent 28c6e31c7d
commit 80d1694e6e

View File

@@ -558,6 +558,7 @@ public final class ContactSelectionListFragment extends LoggingFragment {
public void onDataRefreshed() {
this.resetPositionOnCommit = true;
swipeRefresh.setRefreshing(false);
contactSearchMediator.refresh();
}
public boolean hasQueryFilter() {