mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 20:03:52 +01:00
Restore search
This commit is contained in:
@@ -363,7 +363,7 @@ public class AdapterContact extends RecyclerView.Adapter<AdapterContact.ViewHold
|
||||
}
|
||||
|
||||
public void set(@NonNull List<TupleContactEx> contacts) {
|
||||
Log.i("Set contacts=" + contacts.size());
|
||||
Log.i("Set contacts=" + contacts.size() + " search=" + search);
|
||||
|
||||
all = contacts;
|
||||
|
||||
@@ -408,6 +408,7 @@ public class AdapterContact extends RecyclerView.Adapter<AdapterContact.ViewHold
|
||||
}
|
||||
|
||||
public void search(String query) {
|
||||
Log.i("Contacts query=" + query);
|
||||
search = query;
|
||||
set(all);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user