mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
Ensure data is updated when refreshing contacts during a search.
Fixes #14112
This commit is contained in:
committed by
Alex Hart
parent
28c6e31c7d
commit
80d1694e6e
@@ -558,6 +558,7 @@ public final class ContactSelectionListFragment extends LoggingFragment {
|
||||
public void onDataRefreshed() {
|
||||
this.resetPositionOnCommit = true;
|
||||
swipeRefresh.setRefreshing(false);
|
||||
contactSearchMediator.refresh();
|
||||
}
|
||||
|
||||
public boolean hasQueryFilter() {
|
||||
|
||||
Reference in New Issue
Block a user