mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-10 11:35:14 -05:00
Fixed Bug: Search didn't work after creating DB
This commit is contained in:
parent
b4784b2128
commit
11e7172fe6
@ -66,7 +66,8 @@ namespace keepass2android
|
||||
db.root = db.pm.RootGroup;
|
||||
db.mIoc = mIoc;
|
||||
db.Loaded = true;
|
||||
|
||||
db.searchHelper = new SearchDbHelper(mCtx);
|
||||
|
||||
// Add a couple default groups
|
||||
AddGroup internet = AddGroup.getInstance(mCtx, db, "Internet", 1, db.pm.RootGroup, null, true);
|
||||
internet.run();
|
||||
|
Loading…
Reference in New Issue
Block a user