mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Search improvements
This commit is contained in:
@@ -284,7 +284,7 @@ public class FragmentAccounts extends FragmentBase {
|
||||
public void onSearch(String query) {
|
||||
FragmentMessages.search(
|
||||
getContext(), getViewLifecycleOwner(), getParentFragmentManager(),
|
||||
-1, false, query);
|
||||
-1, -1, false, query);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user