mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-25 18:52:19 -05:00
Bugfix: Search without context now working again (fixes resolving of references fields)
This commit is contained in:
parent
21f38a4eaa
commit
d169cd3f5b
@ -718,6 +718,7 @@ namespace KeePassLib
|
|||||||
public void SearchEntries(SearchParameters sp, PwObjectList<PwEntry> listStorage,
|
public void SearchEntries(SearchParameters sp, PwObjectList<PwEntry> listStorage,
|
||||||
IStatusLogger slStatus)
|
IStatusLogger slStatus)
|
||||||
{
|
{
|
||||||
|
SearchEntries(sp, listStorage, null, slStatus);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user