mirror of https://github.com/M66B/FairEmail.git
Skip saving special searches
This commit is contained in:
parent
8447ae702e
commit
e94239b9fc
|
@ -115,6 +115,9 @@ public class SearchViewEx extends SearchView {
|
|||
intf.onSave(query);
|
||||
menuSearch.collapseActionView();
|
||||
intf.onSearch(query);
|
||||
|
||||
String prefix = getContext().getString(R.string.title_search_special_prefix);
|
||||
if (query != null && !query.startsWith(prefix + ":"))
|
||||
prefs.edit().putString("last_search", query).apply();
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue