mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-15 08:29:24 +00:00
Fixed saving searches
This commit is contained in:
parent
68f5e7e236
commit
b27c6101ed
1 changed files with 1 additions and 1 deletions
|
@ -5764,7 +5764,7 @@ public class FragmentMessages extends FragmentBase
|
|||
DB db = DB.getInstance(context);
|
||||
|
||||
EntitySearch search = null;
|
||||
if (criteria.id >= 0)
|
||||
if (criteria.id != null)
|
||||
search = db.search().getSearch(criteria.id);
|
||||
if (search == null)
|
||||
search = new EntitySearch();
|
||||
|
|
Loading…
Add table
Reference in a new issue